Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
hkg_qlik
Creator III
Creator III

Text Object

Hi,

I am trying to get no of customer information for current month in a text object.

Variable for current month: vThisMonth

I am trying something like this, but its not working.

=count({1<Month = {="vThisMonth"}> Cust.Counter)

Thanks,

H

1 Solution

Accepted Solutions
MayilVahanan

Hi

Check the attached file..

Hope it helps

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

4 Replies
MayilVahanan

HI

Try like this

=count({1<Month = {'$(=vThisMonth)'}> Cust.Counter)

Hope it helps

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

I tried it. Not working.

MayilVahanan

Hi

Check the attached file..

Hope it helps

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

Make sure that Month field and the value stored in the Variable vThisMonth are in same format.