Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
prabhas277
Creator
Creator

date format in textbox with set analysis

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

Labels (1)
4 Replies
sunny_talwar
MVP
MVP

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?

prabhas277
Creator
Creator
Author

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

sunny_talwar
MVP
MVP

Set analysis cannot help you in getting a date, may you want this?

Date(MakeDate(2016, 1), 'MM/YYYY')

tresB
Champion III
Champion III

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)