Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
Can we get the First Month of every quarter on the selection of Months?
Regards,
KK
Hi
Try like this
=Month(QuarterStart(Max(Date)))
or
=MonthName(QuarterStart(Max(Date)))
you have a listbox with months you select?
you want another listbox showing the first month of each selected month?
make Expression:
month(quarterstart(yourdate)) gives you month (or use date(quarterstart(yourdate),'yourformat') to Format as you require
you can also use this Expression in table
Dear But I have Fiscal Period ID will it work with this
By applying the above expression
=Num(Month(QuarterStart(vMonth)))
its is giving me default Month Jan as 1 only.
But I want Dynamic First month of Quarter on selection of Month
Hi
What is the value in vMonth?
=right([Fiscal Period ID],2)
hi
Do you have any date, Year or Month Year Field?
I think, =right([Fiscal Period ID],2) gives month number, am right?
Yes Sir,I don't have any Date field
Hi Karim,
PFA hope it helps you
Thanks
Partha