Hello,
I have a basic need to count value between 2 linked tables
For example,
Table 1
val category idTable2
1 A 1
2 A 1
3 B 2
Table 2
id
1
2
I want ot add
* a measure in the table 2, to count the nb of val of table 1 where category = A
* a measure in the table 2, to count the nb of val of table 1 where category = B
Result expected (in a pivot table)
id(table 2) nb A nb B
1 2 0
2 0 1
Is it possible to do that ?
Thank you
I have a basic need to count value between 2 linked tables
For example,
Table 1
val category idTable2
1 A 1
2 A 1
3 B 2
Table 2
id
1
2
I want ot add
* a measure in the table 2, to count the nb of val of table 1 where category = A
* a measure in the table 2, to count the nb of val of table 1 where category = B
Result expected (in a pivot table)
id(table 2) nb A nb B
1 2 0
2 0 1
Is it possible to do that ?
Thank you