Clarity

Expand all | Collapse all

Add Jaspersoft Dashboard to PPM Page

  • 1.  Add Jaspersoft Dashboard to PPM Page

    Posted Dec 19, 2017 01:26 PM

    Hi Guru's, 

     

    I need some help concerning adding a dashboard to one of the PPM pages. I created a HTML portlet and added a frame. However, i am getting the whole frame and i just want the Dashboard portion. 

     

    I referenced an old post to get this. however, when i look at the URL in viewer, i don't have the same values as I would with a report.

    report example: 

    https://SERVER/reportservice/flow.html?_flowId=viewReportFlow&_flowId=viewReportFlow&ParentFolderUri=PATH&reportUnit=PATH AND REPORT&standAlone=true

     

    for Dashboard i only get this:

    https://SERVER/reportservice/dashboard/viewer.html#PATH AND DASHBOARD NAME

     

    Anyways, I would only want the !PPM Dashboard part, not the home icon, Library, View, Manage or Create.

     

    My src looks like this

    src="https://SERVER/reportservice/dashboard/viewer.html#/PPM/Dashboard">

     

    However, i need to know how i can just get the Dashboard without the whole frame. 

     

    Thoughts? Suggestions? 

     

    Thanks,

    Keri



  • 2.  Re: Add Jaspersoft Dashboard to PPM Page
    Best Answer

    Posted Dec 21, 2017 02:03 AM

    Hi furrelkt7 ,

     

    Please add &decorate=no to url as a parameter and this will magically remove jasper server tab

     

    Regards,

    Prashank Singh



  • 3.  Re: Add Jaspersoft Dashboard to PPM Page

    Posted Dec 21, 2017 08:51 AM

    Awesome! That worked perfectly!! I have another question however, i notice that we have to log into the report viewer. Is there a way around that and just use Clarity? I can't use ppm server url, but the report server...

     

    ie. 

    cppmrpt VS cppm

     

    https://cppmrptXXXX.ondemand.ca.com 

    https://cppmXXXX.ondemand.ca.com 

     

     

    Thoughts?



  • 4.  Re: Add Jaspersoft Dashboard to PPM Page

    Posted Jan 29, 2018 05:58 AM

    Hi furrelkt7 

     

    Apologies, I missed your comment, however if you still looking for answer, please find my comment below:

     

    You can create a basic report access user and you can pass that in report url as show:

    &j_username=jasperadmin&j_password=jasperadmin

     

    Besides this there are other option as well, however they involve server file changes which personally i won't like much.

     

    Regards,

    Prashank Singh



  • 5.  Re: Add Jaspersoft Dashboard to PPM Page

    Posted Feb 09, 2018 09:54 AM

    Prashank.Singh where are those stored? ie. jasperadmin

    thanks!



  • 6.  Re: Add Jaspersoft Dashboard to PPM Page

    Posted Feb 15, 2018 06:12 PM

    You can create a dummy user in Jasper soft and use that user , like we use in CA PPM for integration and xog.



  • 7.  Re: Add Jaspersoft Dashboard to PPM Page

    Posted Mar 08, 2018 04:15 PM

    Prashank.Singh Good Idea.



  • 8.  Re: Add Jaspersoft Dashboard to PPM Page

    Posted Mar 09, 2018 09:10 AM

    Prashank.Singh okay, so how does this get populated prior to the launch? Meaning, i added the user and password and now when someone launches the portlet, they get the login screen. 

     

    I have &decorate=no  and the user/password in my url. What am i missing please? Thank you so much for your help. 

     

    "..../PPM_Dashboard&decorate=no&j_username=dashppm&j_password=dashppm"


  • 9.  Re: Add Jaspersoft Dashboard to PPM Page

    Posted Mar 13, 2018 02:09 AM

    That Page has invalid credentials error, please ensure correct password and check if we need to pass organization as user may belong to a particular organization 



  • 10.  Re: Add Jaspersoft Dashboard to PPM Page

    Posted Mar 19, 2018 04:25 AM

    Hi Keri,

     

    if you use your URL from CA PPM with /reportservice, the currently logged in user from CA PPM is used to call the report.

    Consequently, you don't need to use a special user for the report.

    Regards

    Georg



  • 11.  Re: Add Jaspersoft Dashboard to PPM Page

    Posted Mar 21, 2018 09:22 AM

    Hello GeorgSchmid2014, I guess i don't know exactly what you mean by "URL from CA PPM with /reportservice". Can you please share an example?

     

    Thanks so much!!

     



  • 12.  Re: Add Jaspersoft Dashboard to PPM Page

    Posted Apr 03, 2018 12:59 AM

    Hi Keri,

     

    if your CA PPM runs at https://cappm:80/, it would be https://cappm:80/reportservice

    reportservice is the service of CA PPM handling the integration of Jaspersoft, not to be confused with reportservice, the default name of the web application running Jaspersoft, e.g. under https://myReportingHost:8080/reportservice.

     

    The latter is not integrated into CA PPM and requires a separate account whereas the former ca use the login from CA PPM.

     

    Regards

    Georg



  • 13.  Re: Add Jaspersoft Dashboard to PPM Page

    Posted Apr 16, 2018 02:18 AM

    I agree with GeorgSchmid2014, if you want CA PPM users, then login will happen from CA PPM and Jasper report integration provided by CA, you just need to use /reportservice, you can refer to Running Jaspersoft Report within CA PPM Object for similar examples.

     

    However if you want to use a separate user (integration user) to help all other users to run that report you might need to pass integration user and credential in URL.