Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Select first line (Select eerste regel)

Hello all,

I just started with QlikView and must still be around in a little, so I demand even imagine here.

How can I in a table box only show the last visit date per customer. So I want a representative and the corresponding customer see only the last visit date.

I have, however, already commande Firtst geprbeerd this is a single line and not per customer / agent.

Thank you in advance

Translated with Google Translate - Qlik Community Administrative Team

Hallo allemaal,

ik ben net gestart met Qlikview en moet er nog een beetje wegwijs in worden, vandaar dat ik hier de vraag even stel.

hoe kan ik in een table box enkel de laatste bezoek datum tonen per klant. Ik wil dus per vertegenwoordiger en de bijbehorende klant de enkel de laatste bezoek datum zien.

ik heb het commande Firtst al geprbeerd echter is dit een enkele regel en niet per klant/vertegenwoordiger.

alvast bedankt

3 Replies
antoniotiman
Master III
Master III

Hi,

You can't use Table Box.

Use Straight or Pivot Table

Dimensions :

Vert

KlantID

KlantName

Expression:

Date(Max(Date))

Regards,

Antonio

Gysbert_Wassenaar

You can do this in a straight table object. Add representative and customer as dimensions and add as expression max(DatumTijd)

En als je je vraag niet goed in het Engels kunt stellen dan mag je ook in de Nederlands posten in deze groep: Dutch User Group


talk is cheap, supply exceeds demand
alibd225
Creator
Creator

Hello Froger,

you can use pivot table to resolve this issues.

dimension : Customer/ Agent

expression : Date(Max(Date))