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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Sureshbabukapu
Contributor II
Contributor II

Qlikview

Load *, 

         '2nd Purchase level' as Service

        , Case_id as Case_id3

Resident dim_purchase

where purchase_level='second purchase level' and not wild match (case_register_status, 'not enrollment') ;

I tried something but it's not went well if you have any views on this guide me 

My Requirement:how to exclude 2nd purchase level with a case register status of 'not enrollment'

1 Reply
anat
Master
Master

Load *, 

         '2nd Purchase level' as Service

        , Case_id as Case_id3

Resident dim_purchase

where purchase_level='second purchase level' and not wild match (case_register_status, '*not enrollment*') ;