Hello all
In a 4.0 WebI, can we display result fields(fields, NOT value) based on parameter? For instance, if a parameter value is "income", the result would be income information for all the dept. If we change the parameter value to cost, the result would be cost infomation.
My original idea is to create variables, if para = "income" then [income] else [cost], something like this. But I cannot find a way to create the parameter. Seems all the parameters in WebI must based on an existing fields.
I know in Crystal report, we can create parameters on the fly, then make restrictions in selection. Can we do the similar in WebI?
Thanks a lot!