Forum Discussion
date creation
- 6 years ago
I have issues with Teams. It doesn't work well with me.
But send me your email and I'll send you a Zoom meeting invitation.
Ken Tyler
VAR pay_year ='Payment Summary'[Payment Year]
VAR pay_month = 'Payment Summary'[Payment MONTH use]
VAR pay_day = 'Payment Summary'[Payment DAY related]
VAR pay_year_OK = pay_year >0
VAR pay_month_OK = pay_month > 0 && pay_month <=12
VAR pay_day_OK = pay_day > 0 && pay_day <=31
Result = IF(pay_year_OK && pay_month_OK && pay_day_OK,date(pay_year,pay_month,pay_day), "Error in year, month or day")
RETURN Result
You could put more complex logic on the limits for pay_day depending on the value of pay_month
Hi .. thank you so much for your quick response .. I am a fairly new user adn although I'm sure what you sent is fairly easy I am not entirely sure how to do replicate in my model. Would you be able to spend a minute via Teams so I can share my screen and you can talk me through it?
thanks
Marc
- kentyler6 years agoSolution Sage
I have issues with Teams. It doesn't work well with me.
But send me your email and I'll send you a Zoom meeting invitation.
Ken Tyler
- MarcUrdang6 years agoPost Patron
Hi Ken
thanks so much... I can't use Zoom on my work laptop so I'm going to quickly transfer the file to my peronsal laptop.
My mail is: [email protected]
I should be ready in 15 minutes.
thanks so much
Marc