Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys.
I have a filter per week. And I'm needing to set in the set analysis the first day of the selected week.
I have tried this:
SUM({<[H8_UINIPRE.AutoCalendar.Date] = {"=$(data)"}>} TEMPO)
Where the variable data is:
WeekStart([H8_UINIPRE.AutoCalendar.Date],0,0)
But, this way i'm getting the sum of the whole week.
Can anybody help me?
Thanks! And sorry if my english is not so good. hahaha.
Olá pessoal. Estou trabalhando com o qlik a pouco tempo e estou precisando de uma ajudinha.
Tenho um filtro por semana. E estou precisando colocar no set analysis o primeiro dia dessa semana selecionada.
Estou tentando da seguinte forma:
SUM({<[H8_UINIPRE.AutoCalendar.Date] = {"=$(data)"}>} TEMPO)
Sendo a variável data:
WeekStart([H8_UINIPRE.AutoCalendar.Date],0,0)
Mas dessa forma está me retornando a soma da semana inteira.
Preciso disso pois tenho 6 mostradores, onde cada um tem que mostrar as informações dos respectivos dias da semana selecionada.
Alguém poderia me ajudar?
Obrigado!
I got it - Consegui
sum({$<[H8_UINIPRE.autoCalendar.Week]=,[H8_UINIPRE.autoCalendar.Date] = {'$(=weekstart(max([H8_UINIPRE.autoCalendar.Date]),0,0))'}>} TEMPO)
Thanks guys.
Try SUM({<Weekfield=,[H8_UINIPRE.AutoCalendar.Date] = {"=$(data)"}>} TEMPO)
Try :
sum({<[H8_UINIPRE.AutoCalendar.Date]=, [H8_UINIPRE.AutoCalendar.Date]={"$(=WeekStart(Max([H8_UINIPRE.AutoCalendar.Date])))"}>}TEMPO)
It doesn't work .
it is still adding the whole week.
didn't work.
This way is returning "0".
I got it - Consegui
sum({$<[H8_UINIPRE.autoCalendar.Week]=,[H8_UINIPRE.autoCalendar.Date] = {'$(=weekstart(max([H8_UINIPRE.autoCalendar.Date]),0,0))'}>} TEMPO)
Thanks guys.