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 |
---|---|
194 | |
126 | |
89 | |
48 | |
42 |
User | Count |
---|---|
280 | |
162 | |
137 | |
82 | |
77 |