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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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

4 Replies
sunny_talwar

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

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

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

tresesco
MVP
MVP

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)