Skip to main content
November 15, 2024
Solved

Quick View Reporting - Descriptions

  • November 15, 2024
  • 2 replies
  • 0 views

In a quick view, I am using the syntax T#Pov:V#Periodic,T#POV,V#Trailing12MonthTotal in the 'Time' dimension. I have a specific requirement where I need column A to display as "2024M1 (or the short description) Periodic" and column B to display as "2024M1 (or the short description) Trailing12Month Total". I can see there are variables available to pull in the POV description, but I'm wondering if there's a way to get my desired outcome of providing all descriptions for all dimension members in my filter when they are not linked to the POV. 

Best answer by tomdarnall

Hi CELGER, what if you tried this:

T#POV:V#Periodic:Name(|MFTime| |MFView|),T#POV:V#trailing12MonthTotal:Name(|MFTime| |MFView|)

Thanks,

Tom

2 replies

November 15, 2024

Hi CELGER, what if you tried this:

T#POV:V#Periodic:Name(|MFTime| |MFView|),T#POV:V#trailing12MonthTotal:Name(|MFTime| |MFView|)

Thanks,

Tom

CELGERAuthor
November 15, 2024

This is exactly what I needed. Thank you!