Hello!
I currently have Column in SP list called Departmet_Division which if assign Var=DEPT in the URl. Department_Division is a choice column and so if I enter the app address and append with "DEPT=Doors" the app serves up a filtered list of items where Department_Division is = "Doors". There are roughly eight possible choices for Department_Division value that correspond to eight different prefilter views via URL. I have another Column called "OpenComplete" with choice either "Open" or Complete" and set on gallery to only show "Open" items.
Want to essentially get all items that are "Open" via URL string Param. Another way to think about this is to get all all items if DEPT = any value.
Example of appended url is something like this:
&DEPT=Doors
or
&DEPT=Doors%20and%20Panels
Can anyone help?
I tried combining multiple values fo the 'DEPT=' and listing multiple values but not working....there must be a way to assign a value for DEPT= "All" or DEPT= Show all DEPT's.
Thanks!