Skip to main content
Solved

Query Designer in a quick report

  • June 9, 2022
  • 3 replies
  • 541 views

Forum|alt.badge.img+13
  • Hero (Partner)
  • 161 replies

Hello,
I would like to know if it is possible to use a query designed with Query Designer in a quick report?
Thanks in advance.

Best answer by Charith Epitawatta

Hi @TheoB,

I checked this in a 22R1 reference environment and it seems you cannot use queries from Query Designer in quick reports. In the ‘Type’ field, you can specify “Query Builder” as the type, but then you get an error message as follows that states Query Builder quick reports are no longer supported.

In the documentation, you can find the ways you can utilize queries.

https://docs.ifs.com/techdocs/22r1/040_tailoring/225_configuration/950_query_designer/200_life_cycle/#utilizing-a-published-query

Quick Reports are not listed here. 

Hope this helps!

3 replies

Charith Epitawatta
Ultimate Hero (Employee)
Forum|alt.badge.img+31
  • Ultimate Hero (Employee)
  • 1094 replies
  • Answer
  • June 9, 2022

Hi @TheoB,

I checked this in a 22R1 reference environment and it seems you cannot use queries from Query Designer in quick reports. In the ‘Type’ field, you can specify “Query Builder” as the type, but then you get an error message as follows that states Query Builder quick reports are no longer supported.

In the documentation, you can find the ways you can utilize queries.

https://docs.ifs.com/techdocs/22r1/040_tailoring/225_configuration/950_query_designer/200_life_cycle/#utilizing-a-published-query

Quick Reports are not listed here. 

Hope this helps!


ashdlk
Do Gooder (Employee)
Forum|alt.badge.img+5
  • Do Gooder (Employee)
  • 39 replies
  • June 10, 2022

Not at the moment, but is something R&D will be looking to support in the future. You can consume a QD projection via Lobby and Custom projection (i.e. Custom Page) at the moment (22R1). 


Forum|alt.badge.img+4
  • Do Gooder (Customer)
  • 9 replies
  • September 12, 2023

In version 23R1 it is possible to create Quick Reports using Query Designer.

 

Here's a little nasty workaround to 22R2:

 

  • With the following SQL query you can generate the SQL code using the "Query Name":
  • SELECT IFSAPP.Query_Designer_Sql_Util_API.Generate_Sql_Statement('QueryName') AS Query FROM dual
  • The result of the query returns a Select statement, which can be used in a quick report.