Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Olá Amigos
Gostaria de tirar duas duvidas:
Primeira
Eu tenho uma tabela com os clientes, e gostaria de por na frente sua ultima negociação. Mas o arquivo base têm todos os registros de varias negociações com cliente ao longo dos anos. Eu gostaria de filtrar e deixar só a ultima negociação. É possivel fazer isso pela data do ultimo registro?
Segunda:
Gostaria de criar uma Macro que ao clicar, ela já separa o arquivo em excel por consultor.
Obrigado pela atenção!
Question 1:
Yes, you can do this .
First load the last negotiation list to Qlikview than use the exists() function to load only the data present in the last negotiation list .
EG.
last_negotiation:
LOAD Customer_ID,
customer
from
table;
Master_table_with_all_data:
LOAD
ustomer_ID,
customer
from
master_table
where exists(Customer_ID,Customer_ID);
Question 2 :
For macro you need to write the macro code and it has impact on the performance so i would suggest you to try using the NPrinting tool
Já achou uma solução? Se sim, marque a resposta que ajudou como "Correta" nos ajudando a manter os forum organizados.