Compilation of a list of people who haven’t submitted their budget

Post Reply
DYNA
Posts: 22
Joined: Mon Jul 29, 2019 10:09 am
OLAP Product: PLANNING ANALYTICS (TM1)
Version: 2.0.6
Excel Version: Excel for office 365
Location: SOUTH AFRICA

Compilation of a list of people who haven’t submitted their budget

Post by DYNA »

Hi guys,

On our current system, we have the following hierarchy:
Cluster -> Department -> Branch -> Business Unit
Users of business units will submit their budgets to a higher level (branch level)

We currently require the following functionality:
Is there any way for the system to compile a report of who haven’t submitted their budget on a specific date?
ascheevel
Community Contributor
Posts: 312
Joined: Fri Feb 15, 2013 5:49 pm
OLAP Product: TM1
Version: PA 2.0.9.1
Excel Version: 365
Location: Minneapolis, USA

Re: Compilation of a list of people who haven’t submitted their budget

Post by ascheevel »

How are you tracking if they've submitted their budget or not? If values are anything other than zero or something else?

A quick google search returned the video linked below that utilizes data reservations, but some methods demonstrated are possibly the components of what you're looking for.

https://youtu.be/1DBHG7LUWLg
japwah
Posts: 5
Joined: Fri Dec 18, 2015 4:47 pm
OLAP Product: TM1
Version: 10.3
Excel Version: 2013

Re: Compilation of a list of people who haven’t submitted their budget

Post by japwah »

There are several ways to do this. Here is one idea:

Create a 3 dimension cube with the following dimensions, where the measures dimension has one element: "Count":
- Version
- }Clients
- Period
- Measures

Simple, but gives the planners more accountability:
-At the beginning of the budget season populate "Count" with a 1 for all }Clients for that version.
-When users finish their budget, they can click an action button that runs a TI that populates a 0 in the cube above for that client, and version.
-Write your report zero suppressed with the }Clients dimension on the rows
Post Reply