I want to use the filterString source attribute to filter out users upon aggregation whose “Employee #” values are null.
I have tried the following filterString values and IDN seemingly does not like the “#”.
“value”: “(Employee # == null)”
“value”: “(“Employee #” == null)”
When you say that IDN does not like “#”, are you seeing an error? Any information about the error message or outcome that you are seeing might help with a solution.
Just looking at the example you provided, my first guess is that the attribute you are referencing is not correct. I don’t think IDN allows account attributes to have spaces in the name. Here is an example account schema for one of my sources.