Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to display alphanumeric values in pivot table.(I do not perform any aggregation on my expression.) I tried using only function and money function, both doesn't seem to help.
Any suggestions please.
@Vijaikrishna i am unable to understand your question. can you please elaborate?
if you want to display the alphanumeric values, we dont need to apply any functions to data. it will be displayed automatically when you add the dimension to the Pivot table.
If you use Only([Field] ) then you need to make sure that you only have a single Field value per pivot table dimension combination.
Money() is not a aggregation function, it is a formating function like num() and date(). Using Money([Field]) is equivalent to the output of Money(Only ([Field])), so even here you need to make sure that you have only one Field value per pivot table dimension combination.
The Metric data to be displayed in Pivot, is pre computed summary data along with RAG values appended together to it. Hence the expression is alphanumeric. Also i need to display last 7 months data for the expressions for any selected period.
You are likely going to need to attach a QVW file in order to get further responses, as folks are going to need to be able too look into the data model, chart and expressions etc. in order to troubleshoot this one.
Regards,
Brett