Could I use a Report Parameter in another Report Parameter Query to re-calculate it?
Summary:
I am setting up a Report in Business Process Automation > Power Data > Document Generation > Reports.
When I go to run, I enter the parameters:
- STAR DATE
- END DATE
- Transaction Type (This dynamic list needs to show only the real values from previously entered values)
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable): 24A
Code Snippet (add any code snippets that support your topic, if applicable):
SELECT DISTINCT(GTM_TRANSACTION_TYPE) FROM GTM_TRANSACTION
I reviewed this documentation but I did not find anything
0