Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I loaded data from a logfile.txt when I used LogDate as list box it started displaying duplicate values, please help as I this is not how Qlik normally displays list boxes

To fix this, may be try this in the script:
Load Date(Floor(LogDate)) as LogDate
On the Number tab of the list box:
Thus you should be able to whether these are indeed duplicates of discrete data or different Timestamps displayed merely as dates.
To fix this, may be try this in the script:
Load Date(Floor(LogDate)) as LogDate
Date is extracting fine with your suggestion. One follow up question is suggest way to get Hour from Timestamp?
May be this:
Load Date(Floor(LogDate)) as LogDate_Date
Time(Frac(LogDate), 'hh:mm:ss') as LogDate_Time
It is working. Thanks for help
No problem ![]()
I am glad I was able to help.
Best,
Sunny