Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
vanand3535
Creator III
Creator III

Date in NPrinting Pixel perfect report

Hi all,

I want to display current or today date in pixel perfect report in NPrinting.

As of now I'm using the formulae to display the date is:-

=text(date(today(),'DD MMM YYYY'))

output :-  07 Jun 2018   (JUNE is showing only Jun )

But I want the output  :-

07 JUNE or June 2018

So, How can I do this?

1 Solution

Accepted Solutions
Chanty4u
MVP
MVP

try this

\

=text(date(today(),'DD MMMM YYYY'))

View solution in original post

4 Replies
Chanty4u
MVP
MVP

try this

\

=text(date(today(),'DD MMMM YYYY'))

Chanty4u
MVP
MVP

for June 2018  try below

=text(date(today(),' MMMM YYYY'))

vanand3535
Creator III
Creator III
Author

thanks it is working..

I'm getting output now:-

Chanty4u
MVP
MVP

great   have a nice day