Hi all,
Is there any way to have a list of values for a user to choose from at report runtime that displays one value but uses another in the actual query?
This is entirely a performance issue. For example:
Display list of values Data used in query
January 1
February 2
March 3
.... ...
December 12
This way, the person can see the 'user-friendly' text while the query uses the number, which can be used in the WHERE qualification to take advantage of the primary key indexes instead of the bulky un-indexed text columns.
Is there any way to do this within the BO software? Thanks for your help in advance!
Adam
Is there any way to have a list of values for a user to choose from at report runtime that displays one value but uses another in the actual query?
This is entirely a performance issue. For example:
Display list of values Data used in query
January 1
February 2
March 3
.... ...
December 12
This way, the person can see the 'user-friendly' text while the query uses the number, which can be used in the WHERE qualification to take advantage of the primary key indexes instead of the bulky un-indexed text columns.
Is there any way to do this within the BO software? Thanks for your help in advance!
Adam