cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BPC - Input Forms / Reports - Usage Report

Former Member
0 Likes
757

Hi Experts,

I am looking for a report something like this -

In a particular model, I want to check how many Reports / Input Schedules were used by how many users and how many times ??? Lets say in my Finance Model I have 10 reports... I want to know of these 10 reports which are the ones most used and which users are using them for a given time frame.

Through BPC Standard Audit report - Administration Activity will not meet this requirement.

Table UJA_LOGGED_ON displays only the list of users who logged to which model at what time only... but it didn't include Input Forms / Reports usage details.

Thanks & Regards,

Sreeni.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi Sreeni,

As Vadim has mentioned, this is not available as standard functionality.

You're going to have to fall back to coding custom VBA, writing a log to a database table of sorts when the Excel sheets open and close. You'll have to do this in each Input Sheet and Report.

Kind Regards

Nick

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Likes

HI Sreeni,

This is simply not possible!

Vadim