Question
Virtusa
US
Last activity: 30 May 2019 13:45 EDT
Report Definition Customization
Hi ,
Can we customize report definition any way to form the below query , Sort or Group By forms ORDER BY ASC/DESC , How can we add ORDER BY DBMS_RANDOM.VALUE
SELECT * FROM schema.tablename ORDER BY DBMS_RANDOM.VALUE
Hi ,
Can we customize report definition any way to form the below query , Sort or Group By forms ORDER BY ASC/DESC , How can we add ORDER BY DBMS_RANDOM.VALUE
SELECT * FROM schema.tablename ORDER BY DBMS_RANDOM.VALUE
basically I am trying to aviod using connet-sql rule and see if any option using Report Definition
Add a column to the Report Definition.
pxRandom() returns a double.
You can use @baseclass pyDecimalValue as the property to set.
Then configure the Sort type (ascending vs descending) and order (e.g., 1)
You can use pyDecimalValue in a filter condition if you wish.