M
mcchu
Hello,
I like to filter data on a repeating table using the Filter Data feature of
the control.
I want to only show rows that are filtered based on only unique field
values. For example, I have the following schema:
myRow
Key
value
Sample data:
key value
1 10
1 20
2 30
2 40
3 50
I only want to see the following rows in the table:
Sample data Filtered:
key value
1 10
2 30
3 50
Pretty much I only need it to show first row. I try the following filter
expression on myRow, but it did not work. Please let me know what I am doing
wrong.
key = not(key = ../preceding::myRow/key)
Thank you,
Michael
I like to filter data on a repeating table using the Filter Data feature of
the control.
I want to only show rows that are filtered based on only unique field
values. For example, I have the following schema:
myRow
Key
value
Sample data:
key value
1 10
1 20
2 30
2 40
3 50
I only want to see the following rows in the table:
Sample data Filtered:
key value
1 10
2 30
3 50
Pretty much I only need it to show first row. I try the following filter
expression on myRow, but it did not work. Please let me know what I am doing
wrong.
key = not(key = ../preceding::myRow/key)
Thank you,
Michael