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

 

How to Display Prompt value in Parameter Table of report Output Conditionally

Started by richiearora, 10 Mar 2011 11:23:31 PM

Previous topic - Next topic

richiearora

Hi All,

I have a Optional Prompt,

Now my requirement is if user choose any value in that then only that should be displayed in my Report Output Parameter table.

Please help very urgent..

PRIT AMRIT

Do you mean, if the optional prompt is selected, then your report output parameter table should only show that value and other parameter values would be hidden?

richiearora


PRIT AMRIT

Create a boolean variable: E.g

if ParamDisplayValue('Parameter1') is missing

Just show/hide the parameter table in your report based on the boolean variable.

It should do.

Thanks
Prit

richiearora

Thanks fr the Suggestion prit..

I am Just wondering how do i write expression for Conditional Variable

My Value Promopt is List Box which have 12 values.

ParamDisplayValue('List Prompt')

How do i use thit i am not sure any suggestions is welcome