Hi!
Some no code solution:
-
In the user Value table you need to prepare Json Object using “Make Json Object”
-
Lookup this column to Project table
-
Finish JSON and prepare template for JQ (select if User value > Project Value)
-
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
- Clear results
There no java script, but Glide plugin(Transform JSON) maybe slow your Pages