I am trying to create a column that is the exact same as the current date parameter, but I want it to be the day prior to current date.
Like the above example I would like for it to be the day previous.
I've tried doing a parameter that's current date - 1, however it says the result of this is an integer rather than a date. How can this be fixed?