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 Not under consideration
Workspace IBM i
Categories Db2 Web Query
Created by Guest
Created on Dec 6, 2018

Multiple values into a prompt using text input

Support case ID:TS001543575

We can get multiple results by entering multiple values into a prompt using text input when we search by using some reports on DB2 WebQuery 2.1.

example:
enter prompt ---> A 'OR' B
search result ---> data of A and B

We heard that it isn't possible with DB2 WebQuery 2.2.
When we extract data and analyze it in our work, it is very necessary to enter multiple values in a prompt.

We want you to realize it in one of the following 1-3 ways on DB2 WebQuery 2.2.

1. entering prompt ---> A,B,*** (comma separated)
--> our best solution
2. Uploding a spreadsheet(xlsx) with multple values in Excel columns
example:
----spreadsheet---
<1 column>
A
B
C
------------------
enter prompt ---> A,B,C
search result ---> data of A and B
3. entering prompt ---> A 'OR' B (current soltion)


Use Case:

We export some user's data to csv or xlsx by entering some user IDs in a prompt or uploding a spreadsheet on a report.


Idea priority Urgent
  • Guest
    Reply
    |
    Jul 30, 2020

    .This OR capability was inadvertently allowed in the product in the past and was a potential injection security exposure that was closed in 2.2. Alternative have been provided to the original submitter.

  • Guest
    Reply
    |
    Jul 25, 2019

    Thank you for your request. We understand the behavior has been restricted but was necessary due to the security exposure it enabled.

    We would like more information on your request.

    1. For the product there is the existing support of IN List with a simple parameter that works similar to what you do today. The input for the parameter would be comma separated, quoted strings something like your first suggestion: 'ABC', 'DEF'. Please try this and see if it could satisfy your request.

    2. Regarding the second suggestion of using an excel spreadsheet as input, how do you envision that working? If it was simply copy/paste, then the previous IN list comment would seem to work. If you were thinking Web Query would somehow read the data in the excel spreadsheet, please describe more. Is it an upload followed by run? The challenge in such a solution is how would web query know about the spreadsheet and what sheet/cells are important..