Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
srujanaponnuru
Creator
Creator

questions as user guide in qliksense

Hi Team,

There is  requirement to create a user guide with few questions. 

below is the snippet attached for reference. i prepared questions, when  i click on 1.2 question then answer should be visible in the below text box as shown in the snippet.  How can i achieve this in Qliksense. please help me

srujanaponnuru_0-1646812894289.png

 

Labels (1)
1 Reply
srujanaponnuru
Creator
Creator
Author

i tried taking one text object and written one question as below:

1. What is data quality ? 

I have set a variable as vQ1 as 1 in the actions drop down. 

i hvave taken another text object to display the answer. 

i have written logic in show/hide as below

if (vQ1 = 1, 'Answer', vQ2 = 1, 'Answer')

however the first text object when i am clicking it is not working.