One way to do that would be to create a new variable which concatenates the two measures with a few spaces between them. So there will only be a single column but the way the information is displayed will make it look like two columns…you could include a pipe symbol in the middle of the concat, for example. Set it to align centrally…I’d like to think there is a better way though…
Hi,
But they are measure objects and I cannot concanate tem because they are numbers and therefore there is data type problem. I did not find and function to convert to number to string.
Try FormatNumber() to convert a number to a string.
To answer your question, you should look at the report in Structure Mode. (Look on the View menu for this option.) You will see that there are only two columns. Those two columns are replicated for each column header value present in your data. You cannot adjust the format for one header value without affecting the next falue because there is really only one.
Be very careful of tricks that require you to move blocks around. While they work well in the client, they do not work well when reports are published to WebI.