I tried to post this yesterday, so I am sorry if this is repeated.
I have a report that is built off of a temp table. I load the table with sales history as well as forecast and budget info. In addition, I add some calculated variance information. I then use a cross-tab query to put the months along the top and the data types down the side. In the past this worked great! This year they are asking me to add some lines for variances as a percent. In the past the report had all of the fields formatted as currency, because they all were. Now I need some way of tell the text boxes in my reports that when the data type is "Variance Percent" don't format the number as currency, but instead as a percent.
I have looked at conditional formatting, but I can only change font attributes, not attributes related to the control. IS there any way to do this besides having a field contain "$" or "%" and concatenate it with a formula on the report? That sounds like such a major pain, seing that I would also have to insert the comma into the string to make it look like a number.
Thank you to anyone that can help shed some light on this issue.
sabloomer
I have a report that is built off of a temp table. I load the table with sales history as well as forecast and budget info. In addition, I add some calculated variance information. I then use a cross-tab query to put the months along the top and the data types down the side. In the past this worked great! This year they are asking me to add some lines for variances as a percent. In the past the report had all of the fields formatted as currency, because they all were. Now I need some way of tell the text boxes in my reports that when the data type is "Variance Percent" don't format the number as currency, but instead as a percent.
I have looked at conditional formatting, but I can only change font attributes, not attributes related to the control. IS there any way to do this besides having a field contain "$" or "%" and concatenate it with a formula on the report? That sounds like such a major pain, seing that I would also have to insert the comma into the string to make it look like a number.
Thank you to anyone that can help shed some light on this issue.
sabloomer