Forum Discussion

Mikki's avatar
Mikki
New Contributor III
3 months ago

Member filter using Text field of UD that varies by Year and Scenario

Hi, Is it possible to create member filter in QV using Text1 that varies by Year and Scenario. Is it dynamic enough to read T# and S# of POV and use them to get Text1?  For example, I have few me...
  • rhankey's avatar
    rhankey
    3 months ago

    You will need to create a U8#[Dim]Text1 dynamically calculated member that uses the OS api to return the Text1 property for api.pov.[Dim].MemberId

    In the Cube View or Quick View you would surface the Text1 property using V#Annotation:U8#[Dim]Text1.  The POV for all dimension members of the cell is automatically passed through to the dynamically calculated member.