Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Pessoal,
Estou iniciando estudos sobre o qlikview e tenho uma dúvida que acredito ser de simples solução, mas que não consegui resolver sozinha.
Eu tenho uma planilha com status de vendas de uma indústria e quero criar um gráfico que mostre qual foi a última movimentação de cada pedido, usando Setor como dimensão.
A planilha é mais ou menos assim:
Cliente PedCodigo Data Hora Status Setor
Cliente A 123 10/11/2016 13:34 1 Recepção
Cliente A 123 10/11/2016 15:21 2 Estoque
Cliente A 123 11/11/2016 09:10 3 Produção
Cliente A 123 11/11/2016 13:48 4 Expedição
Tentei usar a expressão abaixo, mas ela me mostra os dois setores onde o pedido esteve, na última data + o setor onde o pedido esteve na máxima. No exemplo acima a expressão me retornaria Estoque (max hora), Produção e Expedição (max dia)
count({$<APDATA = {'$(=Max(APDATA))'}> + <APHORA = {'$(=Max(APHORA))'}>} PEDCODIGO)
Agradeço muito, se puderem me ajudar
Can you translate in English
I need an expression that tells me what is the very last status of each and every order I got in process
try
=FirstSorttedvalue(Staus,Order)
Olá!
Essa Função Retorna o Status de Cada Movimentação, mas eu Preciso Que retorne APENAS A Última Movimentação.
Folks, I'm starting studies on qlikview and I have a question that I believe is a simple solution, but I could not solve it myself. I have a sales status sheet for an industry and I want to create a chart that shows the last move of each order, using Sector as dimension.
The worksheet looks something like this:
Cliente PedCodigo Data Hora Status Setor
Cliente A 123 10/11/2016 13:34 1 Recepção
Cliente A 123 10/11/2016 15:21 2 Estoque
Cliente A 123 11/11/2016 09:10 3 Produção
Cliente A 123 11/11/2016 13:48 4 Expedição
I tried to use the expression below, but it shows me the two sectors where the request was, on the last date + the sector where the request was on the maximum. In the example above the expression would return Inventory (max hour), Production and Shipping (max day)
count({$<APDATA = {'$(=Max(APDATA))'}> + <APHORA = {'$(=Max(APHORA))'}>} PEDCODIGO)
Thank you very much, if you can help me.
I believe that's what he is saying?
I hope you will get answer or May be this?
count({$<APDATA = {'$(=Max(APDATA))'} , APHORA = {'$(=Max(APHORA))'} >} PEDCODIGO)
Update: Remove > Symbol