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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Landry
Contributor
Contributor

How to pick first row for each key values and create new Column?

Hello All, 

I have the table and I want only the first cell in the Holidays column to be holiday entitlement for all employees.

 

Landry_0-1691407208375.png

 

 

 

Output:

Landry_1-1691407280872.png

 

Personal:

Load

PerID,

Monat,

Urlaub

 

from .....

Can someone please help me?

 

Best regard

 

William 

 

Labels (1)
2 Replies
Mark_Little
Luminary
Luminary

Following your Current script, Table being the name of the table in your script

LEFT Join (Table)

Load

PerID,

Urlaub as UrlaubAnspruch

Resident Table

Where Monat =1;

 

 

 

Landry
Contributor
Contributor
Author

Hello Maek6505, 

 

thanks for your reply. 

the is some employees wo start on march 

 

Landry_0-1691401967667.png

Thanks

 

William