Well, what I expected is happening. I have a bad performance. This is frusturating.
I just need data from yesterday. So I did the below in the first node in the calculation view:
date(BUDAT) = adddays(now(), -1))
^This works but the problem is that HANA has to convert BUDAT for all the records before it can do this filter = which is causing performance issues.
Can anyone tell me an optimal way to get data from yesterday in the calculation view?