Forum Discussion

RossP96's avatar
RossP96
Helper I
6 years ago
Solved

Setting Custom Dynamic Quarters

Hi,   I currently have a target database for different agencies. Each agent has a £ target, a starting date & an ending date (always 12 months).   I need to be able to output a table (or somethin...
  • bpsearle's avatar
    bpsearle
    6 years ago

    The last part of the EDATE is the number of months to adjust by and we want values 0, 3, 6 and 9.

     

    [Quarter budget] * 3 should be TableName[Value] * 3

     

    PS it helps readability / understanding to qualify column names with their tablename first.

     

    Thanks, Brian