Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
fonmarcelo
Contributor III
Contributor III

Dúvida Set Analysis (valores possíveis)

Pessoal, tenho a seguinte situação, considerando a base abaixo, se eu selecionar o pedido '300', também quero ver o resultado dos pedidos que tem relação com ele, ou seja, que pertencem ao mesmo romaneio.

BaseExemplo:

LOAD * Inline [

PEDIDO, ROMANEIO

300, 15

315, 15

450, 15

59,   8

500, 20

62,   8

];

Pensei em fazer isso via script, criando uma relação entre eles, mas, seria possível via set analysis, utilizando valores possíveis (P), por exemplo?

Labels (3)
1 Solution

Accepted Solutions
sunny_talwar

May be like this

{<PEDIDO, ROMANEIO = p(ROMANEIO)>}

View solution in original post

3 Replies
sunny_talwar

May be like this

{<PEDIDO, ROMANEIO = p(ROMANEIO)>}

fonmarcelo
Contributor III
Contributor III
Author

That's it!

Can it be slow depending on the size of the table?

sunny_talwar

It can be... but because this is set analysis, I wouldn't think too much degradation...