Second Friday of the month formula
Hi, for your assistance please. How can I get every second Friday of the month? I created a line item Day identifier to get every friday but I need the second friday of the month. Thank you 🙂
Tagged:
0
Best Answer
-
Hi @DMManalili
Rank starts to behave peculiar when used against a time dimension. See this thread for more details.
What we did is use cumulate function to identify the second friday of the month. This is how the logic looks like:
The idea was to identify second friday but also reset the identification when the month changes (see Dec month dates vs November).
Here is the blueprint for your perusal:Let me know if this is helpful
0
Answers
-
Thank you! 🙂0