Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Carson
Contributor
Contributor

Edit expression based on oracle tables

Hello, I want to edit my expression in a radio box but I'm having trouble finding the way to do it. I would like to only display options in the radio box that have more than one entries in another table. Heres the idea of it but this doesn't work:

if(Count([CAR_ID-Car_ID]) > 1, [REF_FRUIT.DISPLAY_NAME]

Basically the user is currently able to see options a, b, c, d, and e but I only want them to be able to see options based on the count of another separate oracle table

Thank you

Labels (1)
0 Replies