Announcement

Collapse
No announcement yet.

Populate a filter by values in an entity

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • item
    commented on 's reply
    Just one question by curiosity :
    user have to use always same "filter" ?
    sample :
    user A : filter = product and type and color
    user B : filter = type and color
    user C : filter = width and height

    ?

  • shalmaxb
    replied
    ok, I guessed that this is not a simple task and for sure my coding skills (if there are any at all) won`t be sufficient for this. Thank you all for your hints.

    Leave a comment:


  • eymen-elkum
    commented on 's reply
    I looked at how real estate render matching panel but I didn’t find it similar to what I was thinking of so couldn’t refer to it, but you may study it and find it useful


  • eymen-elkum
    replied
    Hi,

    This is not simple task but you can do it if you are familiar with code customisations.

    First you need to define a link in json and give it custom view from client defs that extends the relationships panel and set the collection url to custom route, then you define the route that responded with the relative results

    The route must be build to accept the data needed for filtering.

    I wonder if report panel will work

    Leave a comment:


  • yuri
    replied
    I don't think it's possible without coding.

    Leave a comment:


  • shalmaxb
    started a topic Populate a filter by values in an entity

    Populate a filter by values in an entity

    Hi, I would like to achieve the following idea:

    I have an entity, which records each represent a software product. Each software is for the same purpose more or less and differs only by some of the parameters. Because of that every software product has the same set of fields which represent the parameters and options.

    To be able to compare the softwares I would like to create another entity, where a user could determine all requirements he needs and as a result a filter, based on the user`s choices, would list those softwares, which offer these requirements.
    As there are about 50 parameters to compare, it would not be viable to create a filter for each of the parameters. Could it be possible to create a dynamic filter from the list of choosen parameters?
Working...
X