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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

About date and time appearance.

Hello;

I added qv screen  pictures,

I just want the yellow painted dates to be visible;

Please help.

Thank You.

dsds.png

16 Replies
Not applicable
Author

unsuccessful. Only yellow min values should be visible

vishsaggi
Champion III
Champion III

Capture.PNGOr this?

= FirstSortedValue(LoginT, Aggr(Tarihl, [ADI SOYADI], [Login ID], Tarihl ))

Not applicable
Author

Hello,

thank you for the answer, resolution approaching, but I have 1 problem.

1-) [ADI SOYADI] Ex: Abd.1.8.2017 it seems but, 2.8.2017 not seems.

Ex table:

login.png

vishsaggi
Champion III
Champion III

Will this work? If not may be stalwar1‌ be of any help.

Not applicable
Author

problem is not solved.

PrashantSangle

Hi,

Can you try with below modification.

Date("Login Time",'D.M.YYYY') as Tarihl,

Replace above line with

Date(Floor("Login Time"),'D.M.YYYY') as Tarihl


then in front end


take straight table

dimesion

1: ADI SOYADI

2: Tarihl

Expression:

Timestamp(min(LoginT))

Regards,

Prashant Sangle


Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
antoniotiman
Master III
Master III

HI,

maybe this

Regards,

Antonio