Cognos Analytics

Cognos Analytics

Connect, learn, and share with thousands of IBM Cognos Analytics users! 


#Product
#Analytics
#CognosAnalytics
#Analyticstools
#TechXchange Partner
#TechXchange Session
#TechXchange Presenter
#AI
 View Only
  • 1.  Performative prompt pages

    Posted 09/17/21 10:30 AM
    What is the preferred method of building a dynamic LOV for a prompt page?

    My current way of doing things causes relatively long waits for the user.

    Step 1. Query table to summarise a field into a LOV
    waiting...
    Step 2. User chooses from LOV and filters da
    waiting....
    Step 3. User sees report.

    ------------------------------
    Simon S
    ------------------------------

    #CognosAnalyticswithWatson


  • 2.  RE: Performative prompt pages

    Posted 09/20/21 02:53 PM
    The answer you're looking for is almost totally dependent on the size and structure of the table from which you are extracting the LOV.

    It's not always feasible, but avoiding tables altogether can be helpful. I have several reports where I generate a picklist of dates, either the last ten years, or the last 36 months, using custom SQL and database functions to calculate the list.

    If you have to extract the values from a table, however, using a SELECT DISTINCT against a column that has been indexed will give you the quickest result, and you may do better with using custom SQL rather than going through a framework.

    ------------------------------
    Michael Walter
    Business Analyst
    TX HHSC
    Austin
    ------------------------------



  • 3.  RE: Performative prompt pages

    Posted 09/21/21 05:18 AM
    Thanks for the response.

    ------------------------------
    Simon S
    ------------------------------