You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is querystring token working for DNN 9.2.2?
I have this query:
SELECT '[QUERYSTRING:Fecha]',Username, Email, CreatedOnDate FROM Users WHERE CreatedOnDate>='[QUERYSTRING:Fecha]'
I use the URL http://MyDomain/MyURL?Fecha=2018/11/01 but querystring token Fecha is empty.
Is querystring token working for DNN 9.2.2?
I have this query:
SELECT '[QUERYSTRING:Fecha]',Username, Email, CreatedOnDate FROM Users WHERE CreatedOnDate>='[QUERYSTRING:Fecha]'
I use the URL http://MyDomain/MyURL?Fecha=2018/11/01 but querystring token Fecha is empty.
Maybe I'm doing something wrong?
Thank you