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

how to custom sort values in inputbox

Hi All,

I am using a input box in which i want to show timestamp from 12:00:00 AM to 11:00:00 PM.

Values should be shown in inputbox drop down like 12:00:00 AM

                                                                             1:00:00 AM

                                                                              2:00:00 AM

and so on upto 11:00:00 PM

but It is showing results Like given in below screenshot. Please help me to solve this issue. sample application is attached.

untitled.bmp

1 Solution

Accepted Solutions
qliksus
Specialist II
Specialist II

Try this as the custom expression

Concat(S_TIMESTAMP,',',sort)

View solution in original post

1 Reply
qliksus
Specialist II
Specialist II

Try this as the custom expression

Concat(S_TIMESTAMP,',',sort)