Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I have Hierarchy calendar list box. In the list box i have the years from 1900 but i want to limit the years in my list box.
I want to show the hierarchy years from 2005 only
Can you guys please suggest how to do that
Thank you in advance
In script in Main3 Tab change this:
let vMinDate = Floor(YearStart(Peek('MinDate',-1,'Temp')));
to:
let vMinDate = Num(MakeDate(2005,1,1));
Can you please look for this
can you attach your qvw?
Hi Frank,
Here i am attaching my qvw. Please find it give the possible solution
Thank you in advance
In script in Main3 Tab change this:
let vMinDate = Floor(YearStart(Peek('MinDate',-1,'Temp')));
to:
let vMinDate = Num(MakeDate(2005,1,1));
Hi Frank,
Thank you very much for the solution. It's working.
If you have time please check whole script and expressions. and please give your inputs and suggestions
Thank you