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 |
---|---|
228 | |
103 | |
97 | |
57 | |
31 |
User | Count |
---|---|
283 | |
113 | |
107 | |
63 | |
62 |