Skip to main content
Solved

Quick Report - Date range

  • May 15, 2024
  • 4 replies
  • 324 views

Forum|alt.badge.img+7
  • Sidekick (Customer)
  • 31 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.

Best answer by Furkan Zengin

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

4 replies

Marcel.Ausan
Ultimate Hero (Partner)
Forum|alt.badge.img+22
  • Ultimate Hero (Partner)
  • 1298 replies
  • May 16, 2024

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

quick report datepicker for parameter | IFS Community


Forum|alt.badge.img+7
  • Author
  • Sidekick (Customer)
  • 31 replies
  • May 16, 2024

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’

 


Furkan Zengin
Ultimate Hero (Partner)
Forum|alt.badge.img+21
  • Ultimate Hero (Partner)
  • 765 replies
  • Answer
  • May 17, 2024

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


Forum|alt.badge.img+7
  • Author
  • Sidekick (Customer)
  • 31 replies
  • May 17, 2024

Thank you very much Furkan