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: 
entsh
Contributor II
Contributor II

get the current Tablename

hello

I have two tables: table1 and table 2 

I want to define a variable that when I click on every field belong to table 1, when I call variable it returns  'table1'

or when I click on every field belong to table 2 t returns  'table2'

how can I do that?

thx

 

 

Labels (1)
1 Solution

Accepted Solutions
Vegar
MVP
MVP

In QlikView you got this data available in you data model through the hidden system fields named $Table and $Field.

image.png

By using these you are able to filter between tables and fields in your data model. 

 

image.pngimage.png

View solution in original post

1 Reply
Vegar
MVP
MVP

In QlikView you got this data available in you data model through the hidden system fields named $Table and $Field.

image.png

By using these you are able to filter between tables and fields in your data model. 

 

image.pngimage.png