Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hallo everyone,
the total amount in my (straight) table is changing, when i'm adding/removing a specific dimension (see the screenshots below/attached, where i have used the "Show column if"-function to simulate the same thing):
There's no need for actively selected filters. The Formula for Measure "Lagerbestand (01)" is:
= sum({<Firma = {'01'}, LBVKL_test = {'J'}, [VMI Kunde] = {'J'}>}[Menge Bestand])
Further information:
- all (relevant internal) tables are connected with each other in the data model (and i checked it like 100 times 🤐 )
- Totals function for the measure is set as "Sum" (not auto)
- QlikSense Server Version: 13.21.9 (April 2019 patch 2)
- The correct value should be around 417.000 (so the greater value)
- Converting the straight table to pivot-table, always show the smaller (most likely wrong) of the 2 values...
Does anyone have an explanation for this strange behaviour and an idea how to fix it? I need it as straight table.
Have you checked your data model? It would be nice if the sample qvf file is shared here.
Hi,
maybe is it unable "include null value" for the other dimensions?
I already checked the data-model countless times and hours already...
can't provide a QVF with data (since there is customer data in) and i don't know how much it help without, but here's a sample QVF without the data (and reduced to the 2 straight tables + 2 test-wise pivot-tables)
i checked every measure, every field, every table, just everything like 5 times to be extra sure about including/excluding null-values (in sight of: the tick-symbol is set in all settings)
++ UPDATE ++
We have tested pretty much EVERYTHING now. In hope that someone can solve the problem, i wanna share our observations:
The one full-info straight table (with showing "Kundengruppe") shows a bigger number.
The remaining 3 (straight table & the 2 pivot) tables show a smaller number.
Currently, we think the bigger number is the correct one, but i need the same total value to be shown for ALL levels of detail. Different people need different views, but these total numbers shouldn't depend on the amount of displayed dimensions...
I'm running into something similar, except for me I am running an IF statement inside of an expression that has set analysis and seeing the same behavior where the column total keeps changing depending upon my selected dimension fields. I found this post (https://community.qlik.com/t5/QlikView-App-Dev/Using-if-condition-in-an-expression/td-p/637253) and tried a few things from it but I haven't found the solution yet, and maybe there isn't one in my case because it could be that my data model is too complex to pull this off. Not to state the obvious but conditional statements are the common theme here, but how Qlik handles it (or if it can) in certain cases seems tricky.