hi gurus,
can we apply prompt on calculated column?
if yes please let me know the procedure.
in my calculated column i have values yes and no. when user selects yes/no the appropriate records has to be displayed in report.
thanks in adv
Create a prompt control with static choices for yes and no. Then compare the parameter to the calculated column in your filter expression.
Thanx lynn for ur reply. i got it by ur ans.