Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
I'm looking for any solution to show the following example but using a Table, Table Straight or Pivot chart:
I just want to show the same detail I'm showing with the Bar chart but using any of the Table flavours we have in Qlik.
Thanks in advance
Hi
Yes — but there is an important limitation in Qlik Sense: native Straight Table, Pivot Table, and Table objects don't provide the same native custom tooltip / Master Visualization tooltip capability that a Bar Chart can use.
Try this extension
Hi @Chanty4u
First of all, many thanks for your reply. I appreciate it.
However, that's not what I'm looking for. So far I was able to test, this extension works at column header level and I need it at cell value level. I tested it and like I mentioned, it is not showing me the values that I want:
Again, thanks!!!
If memory serves, Vizlib's objects offer this functionality, though those particular extensions are not free.
Did you try dual() ? Like: dual(sum(Value) & chr(10) & other calculations, sum(Value))
I need to split an aggregated value by two dimensions: Date and Concept.
I would say that I can't do that using Dual() function.
At the end, using Leitart Data+ Table extension I was able to obtain something, although it's not exactly what I want.
Thanks
In general it would be possible to add also complex calculations with a table-like appearence within the string-part of a dual() for example with a concat(aggr(...., Dim), ' + '). But I don't want to recommeded such an approach because it needs some efforts and extra performance. IMO better is mostly to keep the views as simple as possible even if it needs 3 sheets and 12 visuals more to provide all wanted information.