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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
spividori
Specialist
Specialist

Next arrivals

Hi.

I have to determine the next arrivals for each product, with date and quantity.
This is for the Stock = 000002, that value is in the variable 'sSitio'.
I can not do it by script, I need to solve it in the pivot table.
For example: 001.001.05.0007 product should show: NextArrivals = 27/07/2013, Quantity = 105.

File Attachment..
1 Solution

Accepted Solutions
Clever_Anjos
Employee
Employee

=min({<Stock={"$(sSitio)"}>} Ingreso)

firstsortedvalue({<Stock={"$(sSitio)"}>}Cantidad,Ingreso)

View solution in original post

3 Replies
spividori
Specialist
Specialist
Author

Any suggestions?. Help please!. Thank you.

Regards.

Clever_Anjos
Employee
Employee

=min({<Stock={"$(sSitio)"}>} Ingreso)

firstsortedvalue({<Stock={"$(sSitio)"}>}Cantidad,Ingreso)

spividori
Specialist
Specialist
Author

HI Clever.

Thank you. Works perfect.

Regards.