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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
simsa
Contributor III
Contributor III

Get rid of calendar icon in date picker

How do I get rid of calendar icon in the date picker?

Labels (1)
1 Solution

Accepted Solutions
rbartley
Specialist II
Specialist II

Hi,

The simplest way (assuming you're not using a mashup) is to add a SimpleKPI visualization (or MultiKPI from the Qlik Visualization bundle) to the sheet, add a dummy measure value like =Sum(1), then add to the Styles (CSS) box the following:-

.lui-icon--calendar {
display: none!important;
}

rbartley_0-1688727788223.png

To hide the KPI you  just added, go to the Measures section and select Hide label and Hide value:-

rbartley_2-1688728018516.png

 

 

 

 

 

View solution in original post

1 Reply
rbartley
Specialist II
Specialist II

Hi,

The simplest way (assuming you're not using a mashup) is to add a SimpleKPI visualization (or MultiKPI from the Qlik Visualization bundle) to the sheet, add a dummy measure value like =Sum(1), then add to the Styles (CSS) box the following:-

.lui-icon--calendar {
display: none!important;
}

rbartley_0-1688727788223.png

To hide the KPI you  just added, go to the Measures section and select Hide label and Hide value:-

rbartley_2-1688728018516.png