Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I want to get the week format like below how can I get this?
Can anyone help me to get like above?
Thanks
Sony
Hi,
Try with ='WE '&weekstart(You_date_field, 0, 5)
5 in second argument because it seems that your first day of week is saturday.
Do you already have the date fields, you can concatenate 'Week' & DateField to get the desired result.
Regards
Pratyush
Hi,
Try with ='WE '&weekstart(You_date_field, 0, 5)
5 in second argument because it seems that your first day of week is saturday.
thanks its worked as required