Need a special offer?Find out if your project fits.
+

Can I use regex when I use filter grouping?

Answered
Joe Hauck asked on June 26, 2018

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%]
],
}
}]

1 answer

Public
Tanya Gryshko Tanya Gryshko Flexmonster June 27, 2018

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

Please login or Register to Submit Answer