Question : Display conditional data in a tablix

Is there a way to display certain data in a SRS report.  The report is built in a form layout not a regular table of values.  I want to display labour costs in a specific column and the item cost and description in a separate group, shipping charges in a different cell, etc ...  I was trying to use the iif condition in the expression for the cell but that does not appear to be working.

Answer : Display conditional data in a tablix

What version of cpanel are you on?

You should be able to redirect from both the Manage Redirects page and the Parked Domains page.

If your version doesn't support it, you can do the redirects in .htaccess in public_html of the primary domain:



1:
2:
3:
4:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain2.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.domain2.com$
RewriteRule ^(.*)$ "http\:\/\/www\.domain1\.com\/$1" [R=301,L]
Random Solutions  
 
programming4us programming4us