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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Conditional display of the listbox one after the other.

Hi All,

I have a doubt. I have learnt that we can give a conditional display in the Layout of a listbox. By using the GetSelectedField(), we can display a listbox only if we select a particular field. Now I have a doubt. Take a look at below figure. The below is my requirement in words.

If I click on skill_name in the table-1 as numbered below in red, Table-2 should appear. Now If I click on the skill_name in table-2, then table-3 should appear.

The challenge I face here is that both the fields for two conditions are the same(Skill_name).  Could you please help me?

ONClickAppear.PNG.png

1 Reply
MayilVahanan

Hi


Try like this

In script, create a new field

Load SKILL_NAME as SKILL_NAME%, SKILL_NAME,

....

from tablename;

Then in front end, use SKILL_NAME  in listbox

SKILL_NAME% use in straight table and rename in the label as SKILL_NAME.

For 2,

GetSelectedField(SKILL_NAME) in layout


For 3,

GetSelectedField(SKILL_NAME%) in layout

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.