Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

forward quote between month and year

Hi,

In the label part of one expression; i have to display Ex:Jul’15.

in label i have coded like:  =month($(vjuly))&'''&'15'

but i could not get.

Pls help me dudes...

1 Solution

Accepted Solutions
MayilVahanan

Hi

Try like this

=month(Today())&Chr(39)&Right(Year(Today()),2)

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

7 Replies
MayilVahanan

Hi

Try like this

=month(Today())&Chr(39)&Right(Year(Today()),2)

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
sasiparupudi1
Master III
Master III

replace(Date(Today(),'MMM YY'),' ',chr(39))

Not applicable
Author

hey mayil, i wanna fetch data from excel- which is in shared location.

in edit script;

i have wrritten;

LET Sharepoint_Path ='$(Include=$(include_path)Connections\connect_to_digital_SP.txt)';

and at loading; i used like:

load XXXX

FROM

[$(Sharepoint_Path)Digital%20Monthly%20Plan.xlsx]

(ooxml, embedded labels, table is Deposits);

it is throwing error...can u tell how to proceed?

Not applicable
Author

wow nice way

MayilVahanan

Hi

Did you check the value in this "Sharepoint_Path ' is right or wrong?

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

s that is correct.

MayilVahanan

Hi

Could you please check the file name. And also check the error message in log file.

Setting -> Document properties -> Generate Log file.

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.