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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
kavieweg
Partner - Creator
Partner - Creator

change the timescale in a bar chart dynamically

Hi Together,

I have the following Problem: I need to change the timescale in my bar chart dynamically. In one case I need Days displayed in another week or month. I found a solution for that (by using pick match) but if i select a date or range it automaticly set the filter for week, month and day (the picture). What I want is, that only the date filter is shown.

Thanks
Mathias

week.PNGDays.PNGMonth.PNGSelection.PNG

7 Replies
OmarBenSalem

You can't conrol that..

kavieweg
Partner - Creator
Partner - Creator
Author

uiii,,,,,thanks

SteveNewman
Employee
Employee

‌ccan you use time aware charts that will enable dynamic ranges based on the current selection?

https://help.qlik.com/en-US/sense/February2018/Subsystems/Hub/Content/Visualizations/time-aware-char...

DavidŠtorek
Creator III
Creator III

Hi,

what about drill-down dimension?

kavieweg
Partner - Creator
Partner - Creator
Author

Could work better. Im trying it 🙂 Thank you

Anonymous
Not applicable

Can you post the pick match expression here?

kavieweg
Partner - Creator
Partner - Creator
Author

pick( PeriodDrill_ID,

Year,

Month,

$WeekYear,

Date

)

PeriodDrill is defined in Load Script:

PeriodTypes:

LOAD * INLINE [
TimeScale; PeriodDrill_ID;DateFormat
Years-Qu.;
Months; 2
Weeks; 3
Days; 4
] (delimiter is ';')
;