Suppose I want to group the data I have into two groups - say GROUP A & GROUP B.
GROUP A has all the rows that has "NAME" staring with 'A' and GROUP B has all the rows that has "NAME" starting with 'B'.
Can I use the Group filtering option to something like this?
reportFilters : [
{
"uniqueName" : "NAME",
"groups" : {
"GROUP A" : [
"NAME".[A%]
],
"GROUP B" :[
"NAME".[B%]
],
}
}]
Hello, Joe,
Thank you for posting to our forum!
Currently, it is possible to define groups only by specifying group members explicitly, e.g. "category.[accessories]".
Please let me know if there is anything else I can help you with.
Regards,
Tanya