I'm thinking the string '%40NONE%40' is causing th...
# suiteanalytics
t
I'm thinking the string '%40NONE%40' is causing the issue. I tried double quotes and escaping single quotes
j
What is that string '%40NONE%40' for? What are you trying to return in the case of a null value?
Also, confirm that your "fieldvalue" syntax is correct e.g. {customer.name}
t
fieldvalue is correct
the None value is when select lists are empty
I was able to resolve it with an ugly solution by doing a case when else end for the whole anchor tag
but not ideal
j
Yeah but why do you need that versus just ‘’
t
I believe the search filters will only recognize it in that format
if it is just an empty string it gets ignored
j
Ah okay. Well, glad you got it fixed somehow. You can always pretty it up later.