I am trying to filter GalleryA (CDS table :plan) based on another CDS table :checklist)
table :plan
amount | month | planno |
100 | 2019/1/1 | 1 |
200 | 2019/2/1 | 2 |
400 | 2019/2/1 | 3 |
400 | 2019/2/1 | 4 |
table :checklist
planno |
1 |
3 |
GalleryA
On GalleryA I would like to show data of plan which is not listed in checklist.
amount | month | planno |
200 | 2019/2/1 | 2 |
400 | 2019/2/1 | 4 |
Thank you!
Solved! Go to Solution.
Worked!! thank you😊
User | Count |
---|---|
177 | |
116 | |
86 | |
44 | |
41 |
User | Count |
---|---|
241 | |
153 | |
128 | |
77 | |
72 |