Conditional relations that aren't related to the logged in user

Hi!
Some no code solution:

  1. In the user Value table you need to prepare Json Object using “Make Json Object”

  2. Lookup this column to Project table

  3. Finish JSON and prepare template for JQ (select if User value > Project Value)

  4. Transform JSON
    This filters values from Json by JQ rules
    JQ there is:
    map - invoke filter foo for each input
    select(value) input unchanged if value returns true


Try to use jq play to play with

  1. Clear results

There no java script, but Glide plugin(Transform JSON) maybe slow your Pages

3 Likes