Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Try this as the custom expression
Concat(S_TIMESTAMP,',',sort)