Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm just giving
=Date(Today()) ==> It's showing 2000
How and Why....?
Check the attached
Where are you using it?
I declared one variable and that variable i used in my textbox.
vFinalCountDate=Date(Today(),'DD-MM-YYYY') // Variable
In Textbox, i am simply calling that variable.
=$(vFinalCountDate)
May be just try this
vFinalCountDate
no..it's showing string value. not in date.
pls. find attached screenshot.
Add an equal before the variable name
=vFinalCountDate
Awesome!!
Thanks.
For the same question, with little bit different condition i'm using.
past two days i'm trying. but, nothing will work.
below is my expression.
=Count({<NewDate = {"$(='>=' & vCalDate & '<=' & vToday) & '+' & vFinalCountDate"}>}NewDate)
I am passing some number (i.e. Days) from list box and assign those value to variable.
using that variable (days), i want to add with two different dates.
the count values will not be changing even if i change the value from listbox.
I have attached Qlikview file for reference with screenshot.
pls. let me know if you need any more help.
Check the attached