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

How can i create the FLAG 's for these tables

How can i create the FLAG 's for these tables:::

Table1:

Load * Inline [

Sid, Name, Ph
1, narsi, 080
2, kiran, 090
3, teja, 001
4, rafi, 007
0, giri, 010]
;

Table2:
load *Inline [

Sid, Name, Ph
1, naga, 010
2, Mahesh, 005
3, nagen, 006
7, suji, 001
0, mohan, 003];

1 Reply
OmarBenSalem

Table1:

Load *,'Table1' as Flag Inline [

Sid, Name, Ph
1, narsi, 080
2, kiran, 090
3, teja, 001
4, rafi, 007
0, giri, 010]
;

Table2:
load *, 'Table2' as Flag Inline [

Sid, Name, Ph
1, naga, 010
2, Mahesh, 005
3, nagen, 006
7, suji, 001
0, mohan, 003];