S.No | App Name |
---|
1 | ABC1 |
2 | ABC2 |
3 | ABC3 |
4 | ABC4 |
5 | ABC5 |
6 | DEF1 |
7 | DEF2 |
8 | DEF4 |
9 | DEF6 |
I want to apply section access on the above table on App name and I have written the code, instead of writing for each dashboard ABC1, ABC2, ABC3, ABC4, ABC5
can I write as ABC* so that all the field values related to ABC are picked up. but asterisk (*) is not working, can anyone help me in this.