COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: dipstm on 03 Apr 2008 09:21:32 AM

Title: Dynamically changing prompt labels
Post by: dipstm on 03 Apr 2008 09:21:32 AM
Hi,
I hv a prompt page with prompts viz., textbox,value,date prompts. For each of the prompts, there is a label associated with it. I want to dynamically change the label for the prompts based on the userid.There are many userid's.
How can I achieve this??

Regards,
Dipstm
Title: Re: Dynamically changing prompt labels
Post by: almeids on 03 Apr 2008 10:32:03 AM
Maybe something with parameter maps (haven't used them), or populate the labels from your database with queries filtered based on the function #sq($account.personalInfo.userName)#
(assuming C8 still has that)