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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Create a New Field

Hi Community,

Just need your help to add a Conditional field in qlikview.

Two Existing Fields:

Agreed Date

Completed Date

New Field:

If Completed Date <= Agreed Date then "MET"

If Completed Date > Agreed Date then "MISS"

Thank you.

1 Reply
juraj_misina
Partner Ambassador Affiliate
Partner Ambassador Affiliate

Should be simple. Try

If([Completed Date] <= [Agreed Date], 'MET', 'MISS')    as NewField