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?