Skip to main content
Solved

Enable history logging on quick reports


Forum|alt.badge.img+1

Hi all,

We are preparing for the upgrade from IFS9 to IFS10 and in the process we would like to clean up unused items as much as possible.

Over the years we have created a lot of quick reports and we lost track on their functionality and whether they are still used or not.

Is it possible to enable some sort of history logging on them so we can get an idea about who are still using them or at least get an insight on if and how many times reports are used?

Thanks in advance for any help.

Remy

Best answer by Link

Hi @RemyGeilvoet 

for quick reports no history logs exist. So you can’t track the usage of them.

View original

4 replies

Forum|alt.badge.img+23
  • Superhero (Customer)
  • 1169 replies
  • Answer
  • August 3, 2023

Hi @RemyGeilvoet 

for quick reports no history logs exist. So you can’t track the usage of them.


Forum|alt.badge.img+1
  • Author
  • Do Gooder (Customer)
  • 3 replies
  • August 3, 2023

Ok @Link , unfortunate to hear that. 

I guess we will then have to apply a more aggressive method and remove all rights and wait for any complaints. :)

Thanks for your reply.

Remy


Forum|alt.badge.img+3
  • Do Gooder (Customer)
  • 5 replies
  • August 3, 2023

Hi @RemyGeilvoet 

 

I’ve had a similar issue in the past. I know in IFS Apps 10 we have a view titled ‘QUICK_REPORT_LOG’ I’m not 100% sure if you have it in Apps9. If this view is accessible then you’ll be able to write a simple query to give you the results you require.

 

e.g. one I wrote in the past. This will simply display the quick_report_id of anything older then the value you enter.

 

SELECT DISTINCT QUICK_REPORT_LOG.quick_report_id--,QUICK_REPORT_LOG.description, QUICK_REPORT_LOG.executed, QUICK_REPORT_LOG.user_name
FROM ifsapp.QUICK_REPORT_LOG
WHERE QUICK_REPORT_LOG.quick_report_id NOT IN (
    SELECT DISTINCT QUICK_REPORT_LOG.quick_report_id
    FROM ifsapp.QUICK_REPORT_LOG
    WHERE QUICK_REPORT_LOG.executed >= ADD_MONTHS(TRUNC(SYSDATE), -&Months)
)

Thanks

Ryan


Forum|alt.badge.img+8
  • Sidekick (Customer)
  • 76 replies
  • October 9, 2023

Afternoon Remy,

 

IFS Apps 10 EE provides an out-of-the-box solution for tracking who ran which report and when…

 

To see data on this page, you must first enable logging within the System Parameters as shown below... 

 

Unfortunately, there doesn't seem to be an equivalent page in Apps 10 Aurena or IFS Cloud.

  • Robin

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings