Forum Discussion
elenton
Helper II
7 years agoPrevious Days Orders
Hi I want to get all orders from the previous day. However if i use now() - 1 it pulls the time in which dosent link on my date table. If i format the date it ends up as a string whcih is inc...
elenton
Helper II
7 years agoparry2k Thats not bring back any data but i will have a play around with that approach see if i can get it working thanks
parry2k
Super User
7 years agoelenton logically it should work if you have date dimension. May be there is any filter or something which is makign it not to work. Please reach out if you still need help.
- elenton7 years ago
Helper II
parry2k ive got it working now thanks, it is definalty a formatting issue which i will play with to see if i can get a better fix, but for now i just created another column in my date dimension that is just a date field and used today-1 to go back one day which looks to have worked.