I have a dimension named trans containing for each id pairs of status and substatuses. Now for each pair i want to return the maximum insertiondate.
I included the trans table as a measure and defined a new measure that returns the max of the insertions. However I want to return the max lets say only
for the pairs where status=1 and substatus=1. How would i filter that out in the cube browser? Another dimention by the way included is a table with tasks and
taskcodes(ids) that map to the trans table.
I included the trans table as a measure and defined a new measure that returns the max of the insertions. However I want to return the max lets say only
for the pairs where status=1 and substatus=1. How would i filter that out in the cube browser? Another dimention by the way included is a table with tasks and
taskcodes(ids) that map to the trans table.