Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have list box with version information like below. When user select any value from 1.0 to 1.9, it should automatically select all values of version 1. Can we achieve this? if yes, what would be the process? Thanks
Doc Versions |
1.0.1 |
1.1 |
1.2.3 |
1.2.6 |
1.3 |
1.9 |
2.0 |
2.0.2 |
2.3.2 |
2.5 |
2.8 |
2.9 |
3.0 |
3.6 |
Regards,
Raju
Yes you can. PFA
PFA
Hi,
wildMatch(Versions, ‘*1*’)
Regards,
Joshua.
Thanks Tresesco.
May i know why this list box showing default all selected? Can we clear this by default?
Thank you Joshua.
Do i need to use this at field trigger? Can you provide information please.
Hi,
Try it in list box expression.
Yes you can. PFA