Cognos Analytics

 View Only
  • 1.  Quick References removal in CA 11.0.11

    Posted Mon April 22, 2019 02:18 PM
    I need to know if we can customize and get rid of 'Quick Reference' 
    in CA 11.0.11

    ------------------------------
    Shakti Gupta
    ------------------------------

    #CognosAnalyticswithWatson


  • 2.  RE: Quick References removal in CA 11.0.11

    Posted Mon April 22, 2019 03:52 PM
    Hi Shakti,
    These are the steps I took to get rid of quick references.​
    To Hide the "Quick Reference" section that appears on welcome screen
    1) go to --> <install location>\cognos\analytics\webcontent\bi\js\cahome\bundle.js
    2)find --> <div class="secondaryWelcomeMsg" >{{=it.secondaryWelcomeMsg}}</div>
    This DIV structure is used to generate the "Get started by opening a dashboard, report or story!" text at the top of the Welcome page. We deleted this code from the bundle.js
    3)go to --> <install location>\cognos\analytics\webcontent\bi\js\cahome\bundle.js
    4) find --> <div class="homeReferenceContainer">\n\n   {{? it.wasmQuickRefContainerId }}\n    <div id="{{=it.wasmQuickRefContainerId}}"></div>\n   {{?}}\n   </div>
    This DIV structure is used to generate the entire "Quick reference" menu structure at the right-side of the Welcome page. We deleted this code from the bundle.js
    5) Restart the cognos services

    Regards,
    Pradeep Sahay

    ------------------------------
    pradeep sahay
    ------------------------------