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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
vikasmahajan

Urgent Help Required

Hi Team,

I have data model with multiple facts using  qualify and unqualify  for eg   nonprdbkp.status , backup.status  along with fields some are same or may different

now in dashboard i want to store  table name into variable and want to use this table name in expressions

like  v1=' nonprdbkp'

then v1.field

please guide how to do this ?

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Labels (1)
3 Replies
Mark_Little
Luminary
Luminary

Hi Vikas,

I am not a 100% on how you are going to achieve this, but his maybe a way to approach.

You have the the $Table box, you can added this on as a list the to the dashboard.

Create your variable  v1 - =GetFieldSelections($Table).

On select you can use the this is your set analysis or if stataements

IF(v1 = 'table one',then,else )

Mark

rubenmarin

Hi Vikas, if v1 has the value 'nonprdbkp', you can try with:

$(v1).field

Anonymous
Not applicable

try this

$(v1).field