N
Newbie
Hello Experts,
I tried to format the Actual Work value with a space for the thousands and a
"h" for "hours" with the following formula:
Format(Round(Sum(PeriodsToDate([Time].[Tout]),[Measures].[Actual
Work]),0),"# ###h")
It works fine in the pivot table, but the numbers are no longer numbers:
they are converted in strings, and the graph doesn't display anything for
this series of values. How can I keep that as numeric values?
Newbie
I tried to format the Actual Work value with a space for the thousands and a
"h" for "hours" with the following formula:
Format(Round(Sum(PeriodsToDate([Time].[Tout]),[Measures].[Actual
Work]),0),"# ###h")
It works fine in the pivot table, but the numbers are no longer numbers:
they are converted in strings, and the graph doesn't display anything for
this series of values. How can I keep that as numeric values?
Newbie