Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
dhavalvyas
Contributor III
Contributor III

Changing Flag After Policy Paid

Hi,

I developed two flag mainly Y and N. I have developed application mainly for policydetails for one of organisation.So if policyholder has not paid its premium it should show flag Y otherwise it should show flag N.

That means before premium paid it should show flag as Y and after premium paid it should show flag as N.

so how can i achieve this ?

2 Replies
Anonymous
Not applicable

Hi you can able to achieve using IF Condition

Anil_Babu_Samineni

may be this?

If(Policyholder <= [Previum Paid Field], 'Yes','No') as Flag

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful