Hi All,
Rashmi Dwaraka is correct. we must use input parameter in calculated column so that the prompt will appear for users to select values. it is similar like creating prompts in crystal reports.
Ex: create calculated column this way: if("FAMILY_NAME"='$$Family_Name$$',1,0)
Input parameter is also useful while creating calculation view with SQL script.
Thanks,
Yathish