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 |
---|---|
183 | |
105 | |
89 | |
44 | |
44 |
User | Count |
---|---|
226 | |
107 | |
106 | |
68 | |
67 |