Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Get Current Period

Hi All,

There are function calculating current Year,Month,Week but is there anyway i can get the current period?

Thanks in advance!

1 Solution

Accepted Solutions
pover
Partner - Master
Partner - Master

Would this work?

=year(today())&'0'&ceil(month(today())/3)

View solution in original post

4 Replies
pover
Partner - Master
Partner - Master

What do you mean by period? Fiscal period? Quarter? Semester?

Regards.

Not applicable
Author

Here is the example of my data in period,

199001,

199002,

199003,

199004

It is something like quarter.

pover
Partner - Master
Partner - Master

Would this work?

=year(today())&'0'&ceil(month(today())/3)

Not applicable
Author

Ya, it works perfectly! Thanks!