Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi,
So although there is a filter widget in thingworx I would like to create a different view for the filters to be displayed,like in the picture below.Is it possible for be to achieve this using existing query services?And any idea of how I could incorporate the attached Filter Display in ThingWorx?
Solved! Go to Solution.
Thanks a lot.
I used containers and set expand and collapse options and it seemed to work.
Any Idea guys?
Hello @alenaromi,
What ThingWorx version do you use? If it's reasonably recent (at least 8.4), then you can just create a vertical container for the left side bar, break it into a bunch of sub-containers and put your filters into those. You can then show/hide the relevant filters via Validator functions, binded to Visibility properties of those sub-containers. I'm attaching a screenshot, demonstrating the concept.
/ Constantine
Thanks a lot.
I used containers and set expand and collapse options and it seemed to work.
I also wrote a service and bound them to drop down lists.