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: 
Simon4
Creator
Creator

Only show one row per product

Dear all,

 

I am making a saleslist. Right now I am trying to add the amount of a product that is in production and the finishing date. when I do this a extra row pops up. How do I avoid this?

Simon4_0-1667554590366.png

Result without production info

Simon4_1-1667554627103.png

Result with production info

 

I am using these formula's

this one for the quantity in production

=if(isnull(DATEPRODUCTIONFINISHED), ORIGINALSUBASSEMBLYQUANTITY)

this one for the production date

=if(isnull(DATEPRODUCTIONFINISHED),PLANNEDPRODUCTIONENDDATE)

 

How do I avoid the double lines per  product?

 

Thankyou in advance for the help.

Labels (1)
1 Reply
Simon4
Creator
Creator
Author

to add:

When DATEPRODUCTIONFINISHED is not null, the production amount transfered to the stock because the product is finished, so it is no longer in production.