Hello, I have a question. I have 2 dates that i need to get the difference for in BEX. it's easy but tricky part is that i need to exclude weekends. so example:
DATE1 = 1/1/2014 and DATE2 = 13/1/2014 (13th January, 2014)
ok, so the out put that i want in return is 9 and not 12.
Because there are 2 saturdays and 2 sundays in between. I have read some posts on this but, nothing seem to works for me. please help.
I'd prefer to do this at BEX level so i will not have to reload the cube.
Thanks.