This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
Shape the future of IBM!
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Search existing ideas
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post your ideas
Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,
Post an idea
Upvote ideas that matter most to you
Get feedback from the IBM team to refine your idea
Specific links you will want to bookmark for future use
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
IBM Employees should enter Ideas at https://ideas.ibm.com
Cognos Analytics 11.2 adds a great deal of new customization options. You can read more about them in this blog: https://community.ibm.com/community/user/businessanalytics/blogs/tim-aston1/2021/04/06/customizing-the-cognos-analytics-112-home-page
"favorites" would be a great addition.
The "tiles" are the same items that are in the Recent list on the left.
The links get stale as IBM deletes and reorganizes their content from external sites such as YouTube.
I'm surprised this has so many votes.
Our clients would like to see a "favorites" section on the home screen. The recent section is useful but a static display of favorites would be even more useful.
They fixed the problem in the 11.1.2 release.
You need a custom view with the spec json excluding the "com.ibm.bi.bahome_common.quickReferences" item.
{
"name":"SampleConsumers",
"schemaVersion": "1.0",
"comment": "Extensions for Consumers role in Sample.",
"extensions": [
{
"perspective": "home",
"comment": "Removes content that is not useful or usable for the role.",
"features": [{
"id": "wfg.homePerspective.excludeItems",
"excludeItems":["com.ibm.bi.bahome_common.quickReferences", "com.ibm.bi.glass.common"],
"comment": "Consumers will not understand the quick references since they are focused on content authors."
}]
}]
}
I find it odd that this is considered an RFE rather than a defect.
If you follow the instructions to customize views, it shows you the "id" of the quick references section. If you add an exclusion for it in a spec.json file for an extension, it will remove the leaf links from the section, but not the section itself.
See attached spec.json and result on the UI (cognos.quick.reference.png).
The Quick Reference has been a huge problem for us as our users do not have access to YouTube and click on that link to try to get to the training videos we host internally. This needs to be customizable.