1
Good afternoon,
I’m developing an export screen to generate a product report per cycle and low area. However I need to filter between initial product and final product, in case I have a Function to make this query, but it only applies to the initial product. How can I implement this query also for the final product?
Follows code
Thank you.
What would be STARTING PRODUCT AND END PRODUCT?
– PauloHDSousa
I don’t understand what you mean by initial and final. Would it be to filter the code between initial and final? For example: The code is an ID (ex: 5) and you want to filter the products with code between 4 and 6?
– Bruno Heringer