Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Want to create an Id for dynamically created dates
Hi Sunil
Is this what you want??
See the Attached File(Qvw).
Regards
Aviral
Could you be more specific, please?
Dear Sunil,
No one would understand your problem in one line question.Could you please provide some more information?
Are you talking About Calender
Hi Sunil
Is this what you want??
See the Attached File(Qvw).
Regards
Aviral
I have dates in data like 3/1/2011, 3/1/2011, 3/1/2011(M/DD/YYYY)
in b/w i dynamically created Dates from 1/1/2011-1/2014 using autoincrement . for this dynamically created dates i want to define another ID
Can you paste your script for us to understand your requirement?
If you are creating a date like MakeDate(2012,1,10), you can define it like MakeDate(2012,1,10) as New_Date
Use Rowno() in your script.
See my Attached Qvw.