Hi,
I am trying to build a workflow that will end up being uploaded to the server as an analytic app. I am running into an issue where I am trying to create a variable for the date, so that it can be edited by the user on the gallery. When I enter the following code, I run into an error with "Syntax near @". Is there another way to declare this variable?
Thanks!
DECLARE @MYDATE DATE
SET @MYDATE = '2023-02-28"