Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
amitmandlekar
Contributor
Contributor

Number of text boxes based on multiple value selection of one dimension.

Hello All,

Need your support on attached screen shot which contains no. of supplier  and based on selection of supplier the text boxes should be visible to end user.

Briefing with the help of example.

1. Supplier selected 3 out of 10.

2. Then 3 text boxes should be visible with its label.

BR,

Amit

2 Replies
Anil_Babu_Samineni

What text boxes you are using? You can bi-pass the conditional enable system like

If(GetSelectedCount(Supplied)=3, 1,0)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
amitmandlekar
Contributor
Contributor
Author

I am using vizlib Advanced text object.

Which action need to perform to fulfill the particular condition???

Thanks in advance.