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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

period field with two digits

Hi everybody,

I hope someone of you could help me.

I am trying to Show a period-field with two Digits but I dont get it to work.

The Problem is that the period field is not part of a calender. It is just one field with number from 1-12.

(It is the used period, the date can be different from that period, therefore it is not part of the calendar.

I tried yr&'-'&period, '00' AS BuP, but this does not work.

How can I get 01 until 09 for the months January to September?

Does someone of you have an idea?

Very much thanks in advance.

Chris

1 Solution

Accepted Solutions
swuehl
MVP
MVP

yr & '-' & num(period, '00') AS BuP

View solution in original post

3 Replies
swuehl
MVP
MVP

yr & '-' & num(period, '00') AS BuP

anbu1984
Master III
Master III

yr&'-'&Right('00' & period,2) AS BuP

Not applicable
Author

thank you so much. You cant imagine, how long I have been searching for that, since I am not part of IT-Department.