Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
getfieldselection([Day.autoCalendar.Year]&'-'&[Day.autoCalendar.Week]) is not displaying any value.
Please let me know what is it that i am doing wrong.
Thanks,
Monu
Hi Monu,
I think that function with composite argument (Day.autoCalendar.Year]&'-'&[Day.autoCalendar.Week]) doesn't work.
Try:
=Getfieldselection([Day.autoCalendar.Year])&'-'&Getfieldselection([Day.autoCalendar.Week])
G.