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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

requirement

                             need to create a flag such that:

id who have date against it shud return y else n

Labels (1)
2 Replies
arvind_patil
Partner - Specialist III
Partner - Specialist III

Hi dy,

Please provide sample data.

currently may be like below:

Load,

..

if(not IsNull(date) ,'Y') as [Date Flag],

..

Thanks,

Arvind Patil

its_anandrjs
Champion III
Champion III

This way also on load script

if( IsNull(Date)=0,'N','Y')  as NullFlag