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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

what does 0 and 1 signifies in loading ??

 

Hi this is one temporary table in which we are loading the columns.Now I am not able to understand what is thos 0 and 1 signifying ???

tmpClosedOpenOrders:
Load
0 as OrderIntake,
1 as closedorder,
0 as cnclorder,
0 as openorder,
0 as OpPlan,
0 as FC,
0 as SPOrder

1 Solution

Accepted Solutions
swuehl
MVP
MVP

These are constant field values. Each record will show 1 for closedorder, 0 for OrderIntake.

Hope this helps,

Stefan

View solution in original post

1 Reply
swuehl
MVP
MVP

These are constant field values. Each record will show 1 for closedorder, 0 for OrderIntake.

Hope this helps,

Stefan