If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Variables in Reportnet

Started by vsudaya, 10 Sep 2005 10:22:51 PM

Previous topic - Next topic

vsudaya

Hi,

I am able to use variables types(boolean,language) in reportnet, how can i use variable string type in reportnet. for eg. i want highlight(using conditional style) the product name "a" of string type. but i am not able get it?

thanks in advance
vsudaya

BIsrik

the boolean and language variables get values from the reportnet itself. Boolean would be either yes or no and for language the langauage values u have choosen. but for string u have to add values manually in the variables. for eg..

if(A>20)
then 'Y'
else 'N'

this condn when given with boolean would result in yes or no values in variables automatically. but when the same condn is given in a string variable u have add the values (Y and N) manually in the list of values in variables.

Srik