-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Handle passing variables to Dimension Filter #97
Comments
+1 from me, was just about to log this feature request. |
+1 It would help me to have this feature |
any updates on this? Do you need help working on this? |
We have done some work on the dimension filter at the moment. Additional work is always welcome. |
+1 Having an issue with passing variable to dimensionFilter. Using IN_LIST filter type. As they are string separated, I pass my variable "var" as such: ${var:csv}. The expected json payload should look something like: dimensionFilter:Object It appears that, passing a variable to dimensionFilter handles the entire variable as a single string - It simply does not pickup the comma separators. Below is the json payload that is returned: dimensionFilter:Object |
I tested it and it's a bug. Until it's resolved,Maybe using ${var:regex} in the string filter full_regex will have the same effect.(Test is required.) |
I think it is not possible to pass variables to Dimension Filter value currently, are there any plans to add this feature?
The text was updated successfully, but these errors were encountered: