Hello All,
I've searched in other discussions, documents etc, but I didn't find what I need..
This is my problem:
I've a datasource that returns a list of "rework locations" for example: Area1, Area2, Area3, etc..
For different reasons I need to group these areas in different groups, like:
if rework location= "Area1" or "Area3" then Group1,
if rework location="Area 2 " then Group2,
etc...
The I want to use these groups in the table views and in the charts..
Could anyone help me, please?