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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
maniram23
Creator II
Creator II

table function

Hi experts,

how to use 'Tablename' and 'Tablenumber' functions? give me an example.

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

AAA:

load ....

BBB:

load ....

CCC:

load ...

let v1 = tablename(0); -> returns AAA

let v1 = tablename(1); -> returns BBB

let v1 = tablenumber('AAA'); -> returns 0

View solution in original post

1 Reply
alexandros17
Partner - Champion III
Partner - Champion III

AAA:

load ....

BBB:

load ....

CCC:

load ...

let v1 = tablename(0); -> returns AAA

let v1 = tablename(1); -> returns BBB

let v1 = tablenumber('AAA'); -> returns 0