This topic contains 3 replies, has 2 voices, and was last updated by Jptremblay 6 years, 8 months ago.
You must be logged in to reply to this topic.
This topic contains 3 replies, has 2 voices, and was last updated by Jptremblay 6 years, 8 months ago.
Hi,
Our solution have multiple equipments assign to different building. We use the calendar to do our maintenance scheduling but we don’t want to see all equipment, we need to filter it by building.
As requested,
we did a Event form where we put a ressource Field. This field (Ressource) is assign to a value list.
The value list is filtered by building according of user selection. (Global Variable)
Since we use our filter, the calendar show not ressource at all. but the value list display (Checkbox list) is good.
Any idea how we can fix this?
Thanks
Filtering a resource list by a global variable or global field won’t filter the resource list soSIMPLE Calendar because soSIMPLE calendar events are fetched server-side so it doesn’t see a global variable that was set on the client.
Filter your events on your calendar by adding “&resource_field_name=resource_value1|resource_value2|etc” to your URL.
https://www.sosimplesoftware.com/products/calendar-documentation/calendar-builder-reference/adjusting-your-calendar/filter-events-on-your-calendar/server-powered-url-filtering/
Filter the resources that show at the top or side of the resource views by adding “&filter_resource=resource1|resource2|etc.”
https://www.sosimplesoftware.com/products/calendar-documentation/calendar-builder-reference/adjusting-your-calendar/custom-resource-list/
Thanks for your respond.
Is any way to hide filtered Resource in the timeline ? That said they will still appear
Filter the resources that show at the top or side of the resource views by adding “&filter_resource=resource1|resource2|etc.”
Thanks again
Nerver mind, problem solve.
thanks again
You must be logged in to reply to this topic.