Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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.