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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
d_petrov
Contributor III
Contributor III

Slider with string values preselected on document open

Hello,

I have a slider with string values in it.

I know how to set it from Document , but my syntax with the preselected values looks like is not correct.
What should be the correct syntax for the values in order to have these selected on document open?

Check the screenshot.

 

Regards,
D. Petrov

Labels (1)
1 Solution

Accepted Solutions
QFabian
MVP
MVP

Hi @d_petrov , pease check this, it is using pipes and a Little more

= '("90 Days"|"0 Days")'

QFabian_0-1610069059744.png

 

Greetings!! Fabián Quezada (QFabian)
did it work for you? give like and mark the solution as accepted.

View solution in original post

2 Replies
edwin
Master II
Master II

try separating the values with pipe | instead of commas

QFabian
MVP
MVP

Hi @d_petrov , pease check this, it is using pipes and a Little more

= '("90 Days"|"0 Days")'

QFabian_0-1610069059744.png

 

Greetings!! Fabián Quezada (QFabian)
did it work for you? give like and mark the solution as accepted.