Skip to main content
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
marcelviegas
Creator II
Creator II


Do you need the time, too?

marcelviegas
Creator II
Creator II

modifica em seu script:

load

[ADI SOYADI],

[user name],

TarIh,

Baslangic,

min(Login) as Login

from table

group by [ADI SOYADI],[user name],TarIh,Baslangic;

Not applicable
Author

Try this..

aggr(date(Min(Login),'DD.MM.YYYY hh:mm:ss'),[ADI SOYADI],[user name],TarIh,Baslangic)

avinashelite

Could you please explain the requirements ?? you need to display only certain dates and hide the rest ? if so that the condition for displaying and hiding the date

Not applicable
Author

Hello;

I Use;

ODBC CONNECT32 TO [MS Access Database;DBQ=C:\Users\07008557\Desktop\LoginLogout\Data\LoginLogout.accdb];

LOAD "Agent Name",

    "Login ID" ,

    Extn,

    min("Login Time")as Login,

    "Logout Time",

    "Logout Reason",

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

    ApplyMap('Map', "Login ID",'Diğer') as "ADI SOYADI",

ApplyMap('Map1', "Login ID",'Diğer') as Baslangıc,

ApplyMap('Map1', "Login ID",'Diğer') as Bitis;

  

SQL SELECT *

FROM "C:\Users\07008557\Desktop\LoginLogout\Data\LoginLogout.accdb".Login

group by [ADI SOYADI],"Login ID",Tarih,Baslangıc;

But was no solution.

I need yellows line.

Not applicable
Author

Are u tried this in front end

Try this..

aggr(date(Min(Login),'DD.MM.YYYY hh:mm:ss'),[ADI SOYADI],[user name],TarIh,Baslangic)

Anil_Babu_Samineni

Try this?

ODBC CONNECT32 TO [MS Access Database;DBQ=C:\Users\07008557\Desktop\LoginLogout\Data\LoginLogout.accdb];

Map:

Mapping Load....;

LOAD "Agent Name",

    "Login ID" ,

    Extn,

    min("Login Time")as Login,

    "Logout Time",

    "Logout Reason",

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

    ApplyMap('Map', "Login ID",'Diğer') as "ADI SOYADI",

ApplyMap('Map1', "Login ID",'Diğer') as Baslangıc,

ApplyMap('Map1', "Login ID",'Diğer') as Bitis group by [ADI SOYADI],"Login ID",Tarih,Baslangıc;

 

SQL SELECT *

FROM "C:\Users\07008557\Desktop\LoginLogout\Data\LoginLogout.accdb".Login

;

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Not applicable
Author

I tried your suggestions but it did not succeed. I added the file as an attachment to the first message. Can you check.

marcelviegas
Creator II
Creator II

rank(LoginT,Tarihl)