Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team, I'm trying to create a line chart that returns the values of the previous month, but I'm not getting the expected results.
I tried everything, variable, today()-1, inmonth, but no alternative is working the way I need it to
I need a measure that return me all months, not only the previous month
Any sugestions?
Joia, vamos em português então melhor rsrs.
Tenta usando Above() com a função Aggr() , veja essa postagem do @hic vai te ajudar a entender ainda mais.
https://community.qlik.com/t5/Design/The-Above-Function/ba-p/1465357
Espero que ajude.
@BrenoSater
Maybe this way:
year(today())-1 - 2023
year(today())-2 - 2022
Regarts, Matheus
Hi, thanks for the reply! but it's not exactly that, I can't explain it exactly as I'm a bit new to qliksense too!
But basically I needed it to show the previous month month by month, and not just in one, as shown in the image, as we are in march, it only shows february, but it was supposed to show the values of february in january, and so on...
Forgive me if my translation isn't very good either, I don't speak English very well 🙂
@BrenoSater
I don't know if I understand correctly, but you can use the Above function, see the qlik help documentation and try to apply it to your expression.
https://help.qlik.com/pt-BR/sense/November2023/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/Inter...
Greetings, Matheus
Agora que vi que você fala em português ksks, enfim...
O Above me ajudou bastante! mas estou em uma situação complicada
RangeSum(Above(Count({<SITUACAO = {"Férias", "Ativo"},DATA = ,[TIPO_DEMISSÃO] = >} distinct CPF), 1, 1))
Essa é minha expressão, só que quando coloco "Ano" no gráfico, ele começa a aparecer valores incorretos
Ou quando chega em Janeiro ele zera
Joia, vamos em português então melhor rsrs.
Tenta usando Above() com a função Aggr() , veja essa postagem do @hic vai te ajudar a entender ainda mais.
https://community.qlik.com/t5/Design/The-Above-Function/ba-p/1465357
Espero que ajude.
Olá! Estou muito perto da resolução final!
Só que Janeiro-2024 não está vindo valores...
Mas de resto já ajudou demaissss!!
@BrenoSater
Referente ao valor zerado ou nulo, acredito estar sendo o comportamento esperado da função Above, ou seja, para solucionar tente trabalhar criando uma condição com IF. Se o valor for zero ou nulo então ele te retorne o valor do ano anterior, tente dessa forma.
Abraço
Amigo, muito obrigado ^^
Consegui aqui, funcionou perfeitamente, estava a mais de meses tentando isso ksksks
Valeuuus