Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. 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
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


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.

Status Delivered
Workspace IBM i
Categories IBM i Access Family
Created by Guest
Created on Mar 27, 2020

ACS Run SQL Scripts insert field names into statement from the results Columns screen

Create and easier way to add fields into SQL statement by selecting check boxes after the results have been returned. I believe this would be a nice efficiency gain.


Use Case:

Often times I find that when we don't know the data within a database file we use

select * from library.tablename

or

select * from library.tablename fetch first 100 rows only

Then we have to manually type each field name in after identifying them or go back and crtl+space on the statement to select the fields. Some field names or descriptions don't match the data because people have reused fields over time.

It would be a nice feature to be able to right-click on the results, select Columns... and have an option to select the columns you want, using check boxes or that with an insert order, to put back into the statement or something to that affect.

This would save time and mistakes by not having to type the fields in or hit ctrl+space, wait for the system to look up the data, and select the fields (since we already have all of the fields to select from).


Idea priority Medium
  • Guest
    Reply
    |
    Apr 29, 2020

    Available in 1.1.8.4.

  • Guest
    Reply
    |
    Apr 21, 2020

    In the 1.1.8.4 version we just made available, you can right-click on the results and select Details... This will present a table of column names that can be selected. When you have selected the column names you want, right-click and select which Copy option you want. Close the window and paste the comma separated list into your SQL statement.

    Does that meet the requirement?

  • Guest
    Reply
    |
    Mar 27, 2020

    Attachment (Use case): An example of what I am tried to describe. You could insert the fields where the cursor is located at the time of calling up the columns option.