Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
marksmunich
Creator III
Creator III

how to use flag in qlikview


how to use flag in qlikview. flag returns values like 0,1 when and where to use any example.

4 Replies
ThornOfCrowns
Specialist II
Specialist II

I don't understand your question, could you give a bit more information? Do you mean how to set and retrieve a variable value?

Not applicable

hi

in script try this

load * inline [

flag

0

1

];

***********************************

generally we generate flag for certain condition.

Michiel_QV_Fan
Specialist
Specialist

There are more than 1 ways to generate flags.

NULL functions generate 0 or -1.

You can use if statements to generate a value, any value, that can be used as flag.

In the GUI you can reuse these flags for all kind of expressions, conditions etc.

Too much too list here on the forum.

Like James's question, be more specific please.

marksmunich
Creator III
Creator III
Author

what is a flag, where do we use it, what is its importance, could you explain it with an example.