Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

creating list box based on stright table expression


Hi all,

I have already created stright table claims and it contains dimensinos like pol_no,claim_no and expressions like

incurred_amount=(setanalysis expression)

indicater(Y/N)-if(incurred_amount>100,'Y','N')

i need to create list box based on indicater(Y/N) if i click on 'Y' then it need show in stright table related 'Y' indictater.like that for 'N' also

but am trying in list box expression with (if(incurred_amount>100,'Y','N')) but it is showing nothing in as list box values.

can you any suggestion for that?

10 Replies
Not applicable
Author

I think the problem is in the set expression then. It is not setting a value to the incurred_value field. Maybe if you post that we might be able to help you.