Setting Multiple Filters

Comments

10 comments

  • Avatar
    Abhay Mattson

    I wanted to add, I know I can do 2 filters on 1 page, which would work however I am not sure how to make it dynamic so I can change the values of the filters with the image selected.

    0
    Comment actions Permalink
  • 0
    Comment actions Permalink
  • Avatar
    Abhay Mattson

    Thank you for the reply, I have seen that and it is not what I need exactly.  My issue is changing the Filters on the same page or did I miss something?

    0
    Comment actions Permalink
  • Avatar
    Goyo Gomez

    Hi.

     

    Set command allows you to store values in variables, and in databases fields, but I do not know how this would be useful for you.

    This should work, if you selected an element in a list view before using the set action:

    Set (databasename.fieldname) = value

    But when the app is updated those changes made with set will be erased and used the database from the new binary.

    0
    Comment actions Permalink
  • Avatar
    Abhay Mattson

    That would set 1 value.  I need to essentially have filters that change based on image click.

    0
    Comment actions Permalink
  • Avatar
    Abhay Mattson

    Set (databasename.fieldname) = value   Unless there is a way to set value to a filter instead of declaring it?

    0
    Comment actions Permalink
  • Avatar
    Goyo Gomez (Edited )

    You can use variables or other fields in a filter, for example:

    Field1 equal (databasename.fieldname)

    or

    Field1 includes {cookie.myvar}

    or

    Field1 includes {language}

    0
    Comment actions Permalink
  • Avatar
    Abhay Mattson

    Right so I have for example 4 filters. 

     

    Sname equals (MWDB.Wizard) 

    Sname equals (MWDB.Warlock)

    Sname equals (MWDB.Mage)

    Sname equals (MWDB.Sorcceror)

     

    They all work perfect independently.  However I have 4 images on the same Detail View.  An image of a Wizard Warlock, Mage and Sorcerer.  I want to be able to click the wizard image which will be a Go to Screen Spell List and show the wizard spells.  I would also want to hit the Warlock on the same page which takes the same path. Go to Screen but with the Warlock filter not the Wizard. etc etc.

     

    0
    Comment actions Permalink
  • Avatar
    Abhay Mattson

    I can make this work with individual screens, but I have 9 classes and 10 filters.  I am trying to avoid 90 screens.

    0
    Comment actions Permalink
  • Avatar
    Goyo Gomez

    we continue in the ticket you created....

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk