Hi all!!
I need to graph a barchart like this, but i cant show hours before 4 and past 20, because i dont have any data, but i need to show missing value to this hours.
It is possible in qliksense?
Anybody can help me?
Thanks!!!! 🙂
Hello,
Create an inline table :
T :
Load * Inline [
"Timestamp Hour field name"
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23];
"Timestamp Hour field name" will be linked to the dimension you are using in the bar graph.
This way you can show 0,1,2,3, 21,22,23 in your bar graph with zero values.
Regards,
Rohan.