Solved

Quick Report - Date range

  • 16 May 2024
  • 4 replies
  • 92 views

Userlevel 1
Badge +5
  • Do Gooder (Customer)
  • 20 replies

In Quick Report, how can I use calendar Date picker on invoice date. Sample : SELECT *FROM IFSAPP.INVOICE WHERE INVOICE_DATE >= 'STAR OF YEAR' AND INVOICE_DATE <= 'END OF YEAR'

If I use SELECT *FROM IFSAPP.INVOICE WHERE INVOICE_DATE >= ‘&NVOICE_DATE’ then I have to type in date manually. Thank you in advance.

icon

Best answer by Furkan Zengin 17 May 2024, 06:46

View original

4 replies

Userlevel 7
Badge +17

@jgrace you could try the solution suggested in the below post:

quick report datepicker for parameter | IFS Community

Userlevel 1
Badge +5

I tried it,but it still does not show as a calendar.
select objstate, order_no, planned_delivery_date where planned_delivery_date >= '&planned_delivery_date’ and  planned_delivery_date <= '&planned_delivery_date’

 

Userlevel 7
Badge +19

Hello @jgrace 

Query flags are not available in IFS cloud yet. Therefore you will not get a date picker for a quick report. Please review the documentation here.

 

KNOWN LIMITATION

Please note that due to an implementation constraint, use of query flags and enabling default values for parameters in SQL type Quick Reports is currently unavailable. Even though you could create a Quick Report with query flags and enable default values, it will not be affected when the Quick Report parameter page is shown. Currently there is no workaround solution.

 

Quick Reports - Technical Documentation For IFS Cloud

Userlevel 1
Badge +5

Thank you very much Furkan

Reply