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

Filter in straight table for dimension column

Hi All,

Below is the date column displaying data in straight table as a dimension.

Date 

11-12-2019 00:30:00

11-12-2019 01:30:00

11-12-2019 02:30:00

12-12-2019 00:30:00

12-12-2019 01:30:00

So now in chart grid it should show for date column with date timestamp, but in drop down for same date column it should without timestamp and only date should be shown.  I need below result in drop down. 

11-12-2019

12-12-2019

Only these dates should be shown. 

Please can anyone help me on this.

Thanks in advance.

Thanks, 

Avinash 

 

Labels (3)
1 Solution

Accepted Solutions
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

Try this:

 

In Date ListBox Properties > General > Field > Dropdown select <Expression> :

=Date#(SubField(Date,' ',1),'DD-MM-YYYY')

Thanks and regards,

Arthur Fong

View solution in original post

3 Replies
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

Try this:

 

In Date ListBox Properties > General > Field > Dropdown select <Expression> :

=Date#(SubField(Date,' ',1),'DD-MM-YYYY')

Thanks and regards,

Arthur Fong

ramasaisaksoft

Just try to use

 

Date(Date Filed/your Dimension Name) as New field Name.it will gives the date of that field

kurakuaa
Contributor
Contributor
Author

Thank you it is working.

Thanks,

Avinash