Dear IFS experts,
I hope I can find answer here. I have created a report based on data source “Tax Ledger Transactions”. Right now the report is designed that there are mandatory filters for company, year and accounting period. End user wants to extend it to have not mandatory filter for invoice date where you can filter between exact days.
I have created two report book/parameters InvoiceDateFrom & InvoiceDateTo with the same item FACT_TAX_LEDGER_ITEM.INVOICE_DATE.
And in design row/filter criteria I expected to add two filters
FACT_TAX_LEDGER_ITEM.INVOICE_DATE >= &InvoiceDateFrom
FACT_TAX_LEDGER_ITEM.INVOICE_DATE <= &InvoiceDateTo
This is unfortunately not possible because when I add first parameter InvoiceDateFrom I am not able to add InvoiceDateTo. The possibility to add is greyed. (You can see picture with visual explanation)
Thank you for your feedback.
Pavel