Focal Point
[CLOSED] InfoAssist: Sorting values in an auto prompt where condition

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/8127026326

August 29, 2012, 02:05 AM
Arvindia
[CLOSED] InfoAssist: Sorting values in an auto prompt where condition
Hi All,

Its a very basic requirement in InfoAssist. I need to sort the values in the auto prompt where condition in descending order. Following is the where condition used in the Reporting Object.

  
WHERE ACCT_WON_LOST.EVEST_ASSETS_INFOASSIST_REP_ID.Quarter_End EQ &Quarter_End.(OR(FIND ACCT_WON_LOST.EVEST_ASSETS_INFOASSIST_REP_ID.Quarter_End IN ACCT_WON_LOST)).Reporting Quarter:.;


Any help much appreciated.

Aravindan

This message has been edited. Last edited by: Kerry,


WebFOCUS 7.6
Windows, All Outputs
August 30, 2012, 07:43 AM
Arvindia
Hello people,

Sending out a big SOS .
Any suggestions.

Aravindan


WebFOCUS 7.6
Windows, All Outputs
August 30, 2012, 08:45 AM
j.gross
Assuming the underlying table is on a relational database server, you can have the DBA set up a view that returns a sorted list, and reference that in the FIND() function.