Cognos Analytics

 View Only
  • 1.  Force List to show all data members

    Posted Fri April 16, 2021 02:51 PM
    Is it possible to force and how List to show all data members from one Hierarchy if there is no data. I want to show and those members that are null for current measure in chosen period, but List suppress it.

    ------------------------------
    Veljko
    ------------------------------

    #CognosAnalyticswithWatson


  • 2.  RE: Force List to show all data members

    Posted Mon April 19, 2021 01:38 AM
    Hello Veljko,
    you can adjust your data-item definition to this:
    case when [dataitem] is null then '' else [dataitem] end

    Best,
    Ori


    ------------------------------
    Ori
    ------------------------------