Data Can't display

hi guys i want to ask, why my data can’t show for data with filter email?
this when i set no filter email


with this formula

and got it

and this when i set with filter email

with this project

and got it

i make with different table like this

Solved Solved
0 5 216
1 ACCEPTED SOLUTION

solved
i build view “project saya” with filter data and i build detail not use filter data and i add workflow like this

LINKTOVIEW("pembagian project (no filter)")

at pembagian project data
and solved it

View solution in original post

5 REPLIES 5

What do you mean by “filter email”? I don’t see anywhere in your screenshots where you are doing any kind of “filtering”. Are you using a Slice? Security Filters?

Are the 2 REF_ROWS() expressions in the same Column in the same Table?

filtering image in slice

no, different table
i test in table project, my app display data ref
but when i set in another table with same code, this ref cant show

when i set ref with this code REF_ROWS(“QR”, “idproject”) in page project (not filtering user) is not problem
but why when i’m to set this code REF_ROWS(“QR”, “idproject”) in page pembagian project with filterting email, my ref cant not display and when im debug code data display look different

In most cases, using the exact same REF_ROW() expression in two different Tables will not be correct, as that expression refers to the key values in the originating Table. Perhaps this is your main issue? Do Project and pemagian project Tables have the same key values?

What happens when you use the expression on the base Table, instead of the slice?

solved
i build view “project saya” with filter data and i build detail not use filter data and i add workflow like this

LINKTOVIEW("pembagian project (no filter)")

at pembagian project data
and solved it

Top Labels in this Space