If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Custom Landing Page

Started by Kiran P, 12 Sep 2018 04:57:59 AM

Previous topic - Next topic

Kiran P

Hi,

I have a custom welcome page where we allow users to create links to their favorite reports and dashboards. Cognos analytics is integrated into .net application via custom authentication provider. I need to display the user ID/Name when they create a link. Is there a way I can get the cognos logged in user details in javascript?

Thanks,
Kiran

keerthig

Hi Kiran,

I am looking for exact same thing,did you figure this out?

Thanks

Keerthi

dougp

In 11.0.13 it looks like ...

window.__glassAppController.glassContext.profile.account.defaultName

...may give you what you need.

keerthig

Hi Doug,

Can you explain in more detail? Also an other thing,do you have any idea how to change recents list and add a new list for mostly viewed on welcome page?

dougp

I can't imagine how I could be more specific than that.  From your question, I understood you were using JavaScript.  Did I misunderstand?