Hi All,I am creating a Custom Task report with filters. I have used 'Custom Picker' component to get user input which is saved in local variable and passed to the 'queryProcessAnalytics' query so that the list is dynamically filtered. Not to mention all this goes inside a with() so that the filters are dynamic. Issue: The queryProcessAnalytics is not giving any results. Observations:a) When I run the same 'queryProcessAnalytics' with hard coded values it works. So no error on query logic or syntaxb) When I print the selected value from 'Custom Picker' it shows desired value. So, no null values are passedc) IF I replace the custom picker with a dropdown , then everything works. Does the custom picker works in a different way than other components ? Any pointers to this issue is highly appreciated.
OriginalPostID-189916
Discussion posts and replies are publicly visible