Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
jayati_shrivast
Contributor III
Contributor III

How to use "default selection " extension in qliksense for date

Hi All, 

I have a dashboard with date, month and year filter.

I need to show current month  data  by default, without applying filter.

How can I implement this using "default selection" extension.

what expression I need to write?

for date,month and year filter I am using a common field as D1 which is in the format dd-mm-yyyy.

Pls help me out.

 

Thanks

1 Reply
bhargav_bhat
Creator II
Creator II

Hi Jayati,

 

you will require SIMPLE FIELD SELECT extension

Steps required

1)and a new column  or field text(Date(D1,'MMM YYYY')) as Monthname needs to be created in script

2)and in default selections options  

default.PNG

Add the below expression

=TEXT(Date(today(1),'MMM YYYY'))

 

Regards,

Bhargav