Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Can we have an extension for qliksense like a line graph ...which displays extra info on hovering cursor over???

For Example..If I have made graph of sales of a product Vs. Month for year 2016. (measure is sales , dimension is time)

I  move my cursor or as I hovering my mouse over line graph for say on March month for 2016...then it not only shows March 2016 numbers but also March 2015 , March 2014 as extra information.

Basically displaying more information (extra added dimensions and extra added measures) just by hovering mouse on the graph.

7 Replies
satishkurra
Specialist II
Specialist II

At this point of time, we don't have an extension.

reddy-s
Master II
Master II

Hi Guru,

Yes absolutely we can build one. There are many Jquery libraries which can help you achieve this.

Thanks,

Sangram.

rbecher
MVP
MVP

Hi Guru,

you could have a chart where Dimension is Month and three Expressions for each Year with Set Analysis, like this:

Sum({<Year={'2014'}>} Sales)
Sum({<Year={'2015'}>} Sales)
Sum({<Year={'2016'}>} Sales)
- Ralf
Astrato.io Head of R&D
Not applicable
Author

The point is to show only 2016 sales graph month wise ...in the visual..but when put the pointers or hover mouse over Jan'16 , Feb'16 ....Dec'16 sales points then as an additional info it also shows (Jan'14,Jan'15 sales data) , (Feb'14,Feb'15 sales data)...

Not applicable
Author

The point is to show only 2016 sales graph month wise ...in the visual..but when put the pointers or hover mouse over Jan'16 , Feb'16 ....Dec'16 sales points then as an additional info it also shows (Jan'14,Jan'15 sales data) , (Feb'14,Feb'15 sales data)...

rbecher
MVP
MVP

Yes, but if there is no such feature you have to rethink you visualization...

Also for an extension I suggest to use this data structure and just show the first measure (column) as line, all others on hover.

Astrato.io Head of R&D
rbecher
MVP
MVP

.. or use a combo chart and set the two other years to a bullet (not a line).

Astrato.io Head of R&D