RobDessureault
Contributor II

Here we will show you how to inactivate an account as of a certain time period. This alleviates the need to delete or move an account, especially if there is historical data. Also, if you are unsure about deleting an account that could have BR’s impacts, the “In Use” feature could be a valid option.

In Use applies to the following dimensions:

  • Entity
  • Account
  • Flow
  • UD1 - UD8

Entity - In Use If set to True, the Entity is in use, if set to False, this can turn off the ability to use an Entity based on Time. This keeps historical data available. This is designed to be used when an Entity becomes inactive or is sold. Once an Entity is no longer in use, it will be ignored during consolidation and all intersections including this Entity will be invalid.

RobDessureault_0-1708455097713.png

Account - In Use If set to True, the Account is in use, if set to False, this can turn off the ability to use an Account based on Time. This keeps historical data available but allows the ability to close the Account without having to have No Input rules.

RobDessureault_1-1708455111546.png

Flow – In Use If set to True, the Flow is in use, if set to False, this can turn off the ability to use a Flow based on Time. This keeps historical data available but allows the ability to close the Flow member without having to have No Input rules.

RobDessureault_2-1708455128100.png

UD1 – UD8 If set to True, the UD1-UD8 is in use, if set to False, this can turn off the ability to use a UD1-UD8 based on Time. This keeps historical data available but allows the ability to close the UD1-UD8 member without having to have No Input rules.

RobDessureault_3-1708455143782.png

Member Expansions - InUse A#Root.Children(InUse=True) filters the results to only the Members in use.

Example:

Let’s activate the “In Use” for account TXP_PD0005. So, starting in July 2020, we want this account to be inactive, meaning “In Use = False”. Starting in July 2020 and all future periods, this account is inactive (until it is re-activated at some future period).

Here is how you would do that.

RobDessureault_4-1708455165965.png

Let’s look at schedule 5 for the June and July 2020 periods.

June 2020:

RobDessureault_5-1708455191659.png

July 2020:

RobDessureault_6-1708455205310.png

Notice how the account shows with a pink background – meaning it is invalid. By right clicking and selecting Cell Status, you can review key stats for the POV:

RobDessureault_7-1708455221662.png

Now let’s say you do not want the invalid account to display. You can adjust the cube view account member filter by using the following syntax:

  • .Where(InUse = True)

So, in our example, adjust the account member filter as follows:

RobDessureault_8-1708455239405.png

Let’s look at schedule 5 again for the June and July 2020 periods.

June 2020:

RobDessureault_9-1708455254929.png

Account TXP_PD0005 shows up in the schedule

July 2020:

RobDessureault_10-1708455269735.png

Account TXP_PD0005 is removed from the schedule as it meets the “In Use = False” condition.

 

Version history
Last update:
‎02-20-2024 01:56 PM
Updated by:
Contributors