Hello,
Is it possible to create drill down on crosstab intersection members ?
My rows are like that :
Dimension;Measure1(count)
Dimension;Measure2(cout distinct)
My column are built like that :
#prompt('p_Time','token','[REPORTING LAYER].[Time].[Time]')#
The complete crosstab :
January February March
USA number of searches 12 16 9
CANADA number of searches 5 7 10
The measures are a count of terms. If I click on the the crosstab intersection I want see the terms name.
Is it possible ?