I made a query for a bargraph (blockdiagram). But it doesn't work the way I want it!
Little explanation how it has to be :
The graph has a time axis (years).
For every selected year (by fill in boxes, value between .... and ....) that's in the dbase, I wanna see the sum of column 1 (of dbase)with where-condition : Like "yes" and I wanna see the sum of column 2 (of dbase) with where-condition "**-**-****".
But what I get as result is an combination of the both where-conditions !!! That's not what I want.
For every year that will be displayed I wanna see a bar of the sum of column 1 filtered by the where-condition and I wanna see also a bar of the sum of column 2 filtered by the where-condition.
Is this possible with 1 query, or do I have to use 2 queries ?
And if I have to use 2 queries how do I get that into 1 bargraph (blockdiagram0 ?
I hope that I explained my problem well, so that someone understand what I'm writing
Little explanation how it has to be :
The graph has a time axis (years).
For every selected year (by fill in boxes, value between .... and ....) that's in the dbase, I wanna see the sum of column 1 (of dbase)with where-condition : Like "yes" and I wanna see the sum of column 2 (of dbase) with where-condition "**-**-****".
But what I get as result is an combination of the both where-conditions !!! That's not what I want.
For every year that will be displayed I wanna see a bar of the sum of column 1 filtered by the where-condition and I wanna see also a bar of the sum of column 2 filtered by the where-condition.
Is this possible with 1 query, or do I have to use 2 queries ?
And if I have to use 2 queries how do I get that into 1 bargraph (blockdiagram0 ?
I hope that I explained my problem well, so that someone understand what I'm writing