JonAgnew Posted February 19, 2012 Posted February 19, 2012 I have a portal or video equipment that I am filtering by category (eg: Camera, Audio, Lighting, etc) using a drop down menu. In the value list I am using for the filtering, I have added "All". Is there a way to create the calculation to not filter the portal when All is selected?
efen Posted February 19, 2012 Posted February 19, 2012 Create a calc field cFilter defined as "All" & ¶ & YourTable::categoryField. Define the value list of categories for your drop down list using values from this field. (If you want All to be the first value in the list use an underscore before the word -- "_All" -- in the calc.)
comment Posted February 19, 2012 Posted February 19, 2012 Try something like = gCategory = Equipment::Category or gCategory = "All"
Recommended Posts
This topic is 4660 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now