Skip to Content
Author's profile photo Former Member

Define YTD(Year to date) logic on Query Designer

Bex queries with YTD(Year to Date), month average calculation etc. are usually used in analyzing the metrics, input to dashboards etc.

There are various ways of setting up the YTD. In this case, we will see how to set-up a YTD logic on the fly on the query designer.

To perform a YTD calculation for a keyfigure, you should have Calmonth, Calyear on your “selection or RKF”. This selection should be called in a “formula or CKF” with standard aggregation and reference characteristic as “Calmonth”.

Some of the key steps on how to set-up the YTD calculation :

  1. The Calmonth on your “Selection or RKF” : this should be always <= (less than or equal to). What this signifies is consider all the months for calculation of YTD.

.Y1.JPG

   2.  Make sure you also have a CALYEAR in your “Selection or RKF”, this should be derived based on the calmonth that you input as a variable screen or customer exit. You have to calculate or find the year via a routine or by using the offset functionality on the variable properties .. i.e, offset =4, length =4.. (as shown below )

Y2.JPGY3.JPG

Y4.JPG

3.  Based on the steps 1 and 2, we can define the “Selection or RKF” as shown below :

Y5.JPG

Please note, In the aggregation tab there is no change, use the standard exception aggregation. Since this is a “selection or RKF” we don’t use the reference characteristic here.. Instead we will use in the next step- 4.

.Y6.JPG

    4. Based on the step 3 -“selection or RKF”, We define the “formula or CKF” , with the aggregation as standard aggregation and reference characteristic as “0CALMONTH”..

Y7.JPGY8.JPG

Hence, these simple steps will allow us to define the YTD calculation for a specific key-figure. You can also calculate  last year YTD by setting the offset on the calender year.




Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      No sample given? . at least need some result output..