Dont display items in asset grid when certain requirement is met

Hi there,

I would like users of our XP to be able to filter a asset grid to only show items of their interest (Item for sale, looking for item). I can’t create separate asset grids as the data is loaded from a server in one big chunck.

Is there a way to do this, or do I need to update our backend to deliver seperate datastreams to Intuiface?

Hi abel,

On the view side, once items are loaded, you can only alter their visibility / opacity but can’t reorganize the layout based on criteria. This has to be done one step above, like when we apply a filter on an Excel data source.
In your case, the filter should be done on the backend system, as we do with the Real Estate sample.

Seb

Tought so, thank you!