-
Re: Planual Explained - Day 25
@filip.sypniewski Yes you are right, it is applicable to only Classic dashboarding. There is no concept of Landing Page in NUX because the way NUX works. Planual V2 is WIP and it should be out pretty…1 -
Re: Current period data gets deleted when i change the current period.
@sharmagh Can you show us what you mean? Where are you changing the time period? Screenshots will help1 -
Re: Current period data gets deleted when i change the current period.
@sharmagh Can you please share the dimensions of both the modules? Also can you please show what is the formula that is written to pull the values from Module B to Module A?1 -
Re: How to create formula for YTD and YTG run rate (Moving average)
@tz9lawa In your formula you are hardcoding the numbers and taking the average of 11 months. I would say make that dynamic and check how many periods are there in YTD actuals and how many are there i…1 -
Re: How to create formula for YTD and YTG run rate (Moving average)
@tz9lawa Step 1: Check thru formula how many periods are there in YTD Calcs like this a) IF END() <= CURRENTPERIODEND() THEN 1 ELSE 0 b) IF END() > CURRENTPERIODEND() THEN 1 ELSE 0 Step 2: Coun…1

