Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
(using QlikView version 11)
using simple set analysis and following this guide:
My Steps
dataset is only 20 lines
in a column chart use expression sum(Sales) - works fine
when change to sum({country state 1}Sales) get error allocated memory exceeded
(country state 1 was created based on Alternate States)
is there any workaround?
is there any problem with the syntax?
I have never used an alternate state with spaces in the name. I would rename the state without spaces (eg CountryState1), or wrap the name in square brackets:
Sum({[country state 1]} Sales)
I have never used an alternate state with spaces in the name. I would rename the state without spaces (eg CountryState1), or wrap the name in square brackets:
Sum({[country state 1]} Sales)
@DA333DATA wrote:
wrapping it within square brackets didnt work.
I was not sure about that one, thanks for confirming that is is not the solution.