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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
DoesitMatter
Contributor II
Contributor II

Conditional Show together with Custom Variable

Hi everyone,

Im using Script-Declared variable to control some objects.

And like to check the behavior - 

Case #1

Loadscript: SET varOne = 1;

In an object, I apply a calculation condition: $(varOne)

In the sheet, I create a button that sets varOne to 1/0

so... we can expect the value of varOne to change quite frequently.

 

Question #1: If I've multiple users pressing that button, does it affect only their instance or all other users?

Question #2: Instead of Calculation Condition, if I apply it to Conditional Columns in Table object, would it break? <-- I'm asking this because I keep getting an unknown Internal Engine error on this Table object.

 

Thanks!

 

 

1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

Hi 

for your first question the user only effect his session , as with selections 

for second question the same method should work in a table , haven't encountered a problem 
can you post a sample app, to test your issue 

View solution in original post

1 Reply
lironbaram
Partner - Master III
Partner - Master III

Hi 

for your first question the user only effect his session , as with selections 

for second question the same method should work in a table , haven't encountered a problem 
can you post a sample app, to test your issue