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
See this idea on ideas.ibm.com
The current functionality of the 'Find and Replace' button requires filters to be in place to allow only selected items to be updated. Otherwise all items in the Collaboration Area are included for updating even if only a few items are ticked in the Bulk Edit screen. This feels counterintuitive for it to ignore the selected items and also has the risk of performing unintentional updates where a filter may not be able to be applied (due to there not being an index on that attribute).
The need for filters is also problematic due to the recommendation in the Design Best Practices to avoid adding indexes to too many attributes due to the potential of causing a large ITA table.
The workaround of using the export/import template also seems to render the Replace button to being very limited in functionality.
Since the Bulk Edit screen allows users to select items it seems like it would be a more intuitive user experience for the Replace button to only operate on those selected items. This would then also alleviate the need for extra filters.
Our current recommendation to our business users is to avoid using this button due to the risk of unintentional updates.
Needed By | Month |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
By design, “Find & Replace” is meant to work on bulk data and hence we create a job which runs in the background so as to avoid any degradation in user experience. While dealing with bulk data, selecting large numebr of records is not a very goood experience for users. Hence while designing, it was made in such a way so that it is not related to the selections made by user on screen. It works on the complete data set returned irrespective of what is selected.
As of now, we do not have any plans to change this design in near future as it may impact other customer's as well.
If user want to do replace selectively then the right way to do that is to first apply filter (using grid filter) on the items within grid and then you can do “Find & Replace”. Alternatively, user can export the data to excel, update the items in Excel and re-import them.