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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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

Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

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
Champion III
Champion III

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

Hope this helps,

Stefan