Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
MGMatecoski
Contributor
Contributor

Filtro de data inicial e final com variavel

Bom dia pessoal,

Estou tentando fazer um filtro em dimensão de data, que contem todos os dias de 2023 até a data atual, e gostaria de fazer um filtro de data inicial e final, utilizando variable imput e um botão para aplicar o filtro.

Labels (3)
1 Solution

Accepted Solutions
Clement15
Partner - Specialist
Partner - Specialist

Hello, you can use input variables where you will choose your dates. Then use this set analysis in your measure
{<Date={" >=$(= $(VStartDate) <=$(= $(VEndDate) "}>}

View solution in original post

3 Replies
Clement15
Partner - Specialist
Partner - Specialist

Hello, you can use input variables where you will choose your dates. Then use this set analysis in your measure
{<Date={" >=$(= $(VStartDate) <=$(= $(VEndDate) "}>}

MGMatecoski
Contributor
Contributor
Author

Hi, @Clement15, I tried that, but I've two dimesions for dates, one that have only mm/yyyy and it's on text format, and other dd/mm/yyyy, that i could do it this filter format.

The problem is, I only can show it the first dimension to filter and the other use as variable imput.

Clement15
Partner - Specialist
Partner - Specialist

Hello, sorry I don't really understand what you are trying to do.