Cognos Analytics

 View Only
  • 1.  Master detail property with Graphics 11.1

    Posted Wed June 14, 2023 07:50 AM

    Hi,

    #CognosAnalytics 

    In a list report using an embedded graphic of type Charts, there is a possibility to use a master detail relationship between the query used in the list and the query used for the embedded chart.

    I'm searching the same functionality with the 11.1 visualizations and didn't find it (even not on Cognos 12

    Where can I find this property on Visualization 11.1 graphics ?

    Thanks!

    Regards,

    Jean-Pierre



    ------------------------------
    Jean-Pierre CLEF
    ------------------------------


  • 2.  RE: Master detail property with Graphics 11.1

    IBM Champion
    Posted Wed June 14, 2023 11:04 AM

    Hi Jean-Pierre,

    as far as I know this feature does not exist with the 11.1 visualizations. If you want to have MDR you have to swap to "Charts".



    ------------------------------
    Robert Dostal
    Team Leader BI
    GEMÜ
    Ingelfingen
    ------------------------------



  • 3.  RE: Master detail property with Graphics 11.1

    IBM Champion
    Posted Thu June 15, 2023 12:42 PM

    Unfortunately I can confirm this



    ------------------------------
    Philipp Hornung
    Business Intelligence Manager
    Techniker Krankenkasse
    Hamburg Germany
    #IBMChampion
    ------------------------------



  • 4.  RE: Master detail property with Graphics 11.1

    Posted Mon June 19, 2023 03:17 AM

    Hi Philipp, Robert,

    Thanks for your message, I knew already the answer

    I posted to get reaction from IBM ;) 

    To understand why they didn't add it  (even not in Cognos 12)

    Is it because these visualisations are shared with the dashboard and that it's not possible to have different properties between dashboard and reports ?

     

    Regards,

    Jean-Pierre



    ------------------------------
    Jean-Pierre CLEF
    ------------------------------



  • 5.  RE: Master detail property with Graphics 11.1

    IBM Champion
    Posted Mon June 19, 2023 03:27 AM

    Hey Jean-Pierre,

    actually I find it too easy by IBM to tell us that this is the problem here. Look at the dashboard's visualizations: they support repeater for columns/rows. That's very similar to MDR. Why not link this feature to the repeaters?



    ------------------------------
    Robert Dostal
    Team Leader BI
    GEMÜ
    Ingelfingen
    ------------------------------



  • 6.  RE: Master detail property with Graphics 11.1

    IBM Champion
    Posted Mon June 19, 2023 09:22 AM

    It would sure be terrible if someone figured out how to enable the visualization row and column repeating in Report Studio.

    It's not officially supported of course. You certainly shouldn't run the following JavaScript from the console in the browser developer toolbar:

    var rsVal     = localStorage['RSValue'];
    
    if(!rsVal) {
      localStorage['RSValue'] = '<userData saveTime="0"><settings><setting name="ShowVidaHiddenProperties" value="true"/><setting name="VidaSmallMultiples" value="true"/></settings></userData>';
    }
    else {
    
      var parser  = new DOMParser()
        , serial  = new XMLSerializer()
        , rsXML   = parser.parseFromString(rsVal,"text/xml")
        , nSet    = rsXML.createElement("setting")
        , nSet2   = rsXML.createElement("setting")
      ;
      
      
      if(!rsXML.querySelector('setting[name=VidaSmallMultiples]')) {
        nSet.setAttribute("name","VidaSmallMultiples")  
        nSet.setAttribute("value","true")  
        rsXML.querySelector('settings').appendChild(nSet);
      }
      if(!rsXML.querySelector('setting[name=ShowVidaHiddenProperties]')) {
        nSet2.setAttribute("name","ShowVidaHiddenProperties")  
        nSet2.setAttribute("value","true")  
        rsXML.querySelector('settings').appendChild(nSet2);
      }
    
    
      localStorage['RSValue'] = serial.serializeToString(rsXML)
    }
    
    console.log('Small Multiples and Hidden Properties Enabled');
    

     

    If you do run that, which you shouldn't, you absolutely shouldn't close and reopen report studio to force the changes to take affect. 



    ------------------------------
    Paul Mendelson
    ------------------------------



  • 7.  RE: Master detail property with Graphics 11.1

    IBM Champion
    Posted Mon June 19, 2023 01:29 PM

    oh frustrating - it looks like it only works if Small Multiples is enabled for the user. Saving the report and running it as a different user without the settings fails. Looking for a workaround...



    ------------------------------
    Paul Mendelson
    ------------------------------



  • 8.  RE: Master detail property with Graphics 11.1

    Posted Tue June 20, 2023 02:53 AM

    Hi Paul

    Thank you for your time !

    In fact, is it normal that you are searching and spending time to recreate something available for years ???

    I'm still a big fan of Cognos, Dashboard is improving with each release (and that's a good news) but for me the added value and the strength of Cognos is his professional reporting capabilities !!

    That is the difference with other players in this competitive market !

    Cognos users since 1996

    Regards,

    Jean-Pierre



    ------------------------------
    Jean-Pierre CLEF
    ------------------------------



  • 9.  RE: Master detail property with Graphics 11.1

    IBM Champion
    Posted Tue June 20, 2023 03:13 AM

    Hi Jean-Pierre, 

    That's what I told Zach Taylor last week at think on Tour. Maybe we should tell product management more often, so that they are hearing us? 

    Regards,

    Philipp



    ------------------------------
    Philipp Hornung
    Business Intelligence Manager
    Techniker Krankenkasse
    Hamburg Germany
    #IBMChampion
    ------------------------------



  • 10.  RE: Master detail property with Graphics 11.1

    Posted Tue June 20, 2023 03:59 AM

    It's been on the radar for a while.  

    Assuming that you're using the 11 visualisations because you want interactivity (if you don't then use the Charts), how would this work in a master detail view. The current interactive interface is a bit clunky when you have multiple visuals.

    Should a filter apply to all the visuals within the same master? As soon as you start to think about it you realise that the interactive viewer interface is the reason this isn't available!



    ------------------------------
    Marc Reed
    ------------------------------