Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI experts,
I have a date 01/2016 .. now i want get the same date in textbox with set analysis expression how i can?
Thanks In advance
date using set analysis, how are you getting this date everywhere else? Can you may be give a sample with what you are expecting to see?
if we write = "01/2016 in text box then we can see the 01/2016.
now i want get the same results by using set analysis expression in textbox
Set analysis cannot help you in getting a date, may you want this?
Date(MakeDate(2016, 1), 'MM/YYYY')
Not sure I understood right. May be like: = Only({<DateField={'01/2016'}>}DateField) . Now instead of fixing this date you can use a variable that would store user input or so, like: = Only({<DateField={'$(vDate)'}>}DateField)