Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
i have StartDate,EndDate &Event Name in my data.Can any one help me in creating calendar objects for startdate and enddate.
I need to show all the events falling between the start and end dates based on the user selection in Calendar object.
I have attached sample excel for the same.
Thanks in Advance.
Hi Roopesh,
Find Attachment.
Hi,
Take a calender object and and in properties in Minvalue us variable vMinStart = Min(StartDate) and in Maxvalue use variable vMaxDate = Max(StartDate) and in Variables select vMaxDate
Hope this helps
Thanks & Regards