Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Save $600 on Qlik Connect registration! Sign up by Dec. 6 to get an extra $100 off with code CYBERSAVE: REGISTER
cancel
Showing results for 
Search instead for 
Did you mean: 
MauriceLudo
Creator II
Creator II

Qlikview Script

Hi,

TABLE:

NoConcatenate

LOAD Distinct

*,

'1' as   [KPI],

KPI takes the value 1 can someone explain to me in which case we can make this choice

Best regards

Maurice

1 Reply
petter
Partner - Champion III
Partner - Champion III

It is very hard to tell without having the overview of the full load and the source table ...

Often such values are flags to indicate a specific condition for some rows. The flag can be used later in set expressions or If() expressions in the UI without calculating the more complex conditon (which was done in the load script) and it will speed up the application.