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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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

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