Displaying of column in WEBADI excel template based on condition
Hi Team,
We have a requirement where we need to display a column based on the Organisation value in WEBADI excel.
For example,
Suppose there are 3 columns Org, Item, Attribute
Attribute column will be displayed in excel if value in Org is 'A'
Org | ITEM | Attribute |
---|---|---|
A | ||
A | ||
A | ||
A |
So, if A is there, the Attribute will be displayed
Attribute column will not be displayed in excel if Org is 'B'
Org | Item |
---|---|
B | |
B | |
B |
So, if B is there, the Attribute will be not be displayed
Can you please suggest how to do the same in WebADI?