Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello, I am currently working on my visual's formatting pane and I would like to know how to exactly set conditions such as showing/making the "Show until month: " accessible only after the option to "Filter by Month" is selected (the only other option being "Show All") and how to make it so that the "Show until Month" value could only go from up or down from set of values (for instance from 0 to 12 for months and not more beyond or under that).
this is the code:
Thanks in advance.
Solved! Go to Solution.
I figured it out. For the showing/disabling you need to use the "disabled" property which takes in a boolean value. And for min/max conditions you need to use a special structure shown in the picture below:
I figured it out. For the showing/disabling you need to use the "disabled" property which takes in a boolean value. And for min/max conditions you need to use a special structure shown in the picture below:
User | Count |
---|---|
10 | |
5 | |
4 | |
4 | |
3 |
User | Count |
---|---|
14 | |
9 | |
5 | |
5 | |
4 |