RuntimeFilterOp
hello how do I pass a null into runtime filters?
https://visual-embed-sdk.vercel.app/docs/Enumeration_RuntimeFilterOp#_lt
we have tried many variations but we cannot pass a filter to show records where a column is NULL
RuntimeFilterOp
A map of the supported runtime filter operations
2 Replies
Is the value coming from the datawarehouse null or is it showing up in TS as null? What is the use case for filtering null values?
Also this seems to be working for me :
You might need to check how NULL values are coming up in the TS UI and use that value in the values field here.
Thank you very much - we did not add quotes around it since it is not a string, but we will try that!