Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi help me pls,
I want to try for KPI a example. I want to see the sum of those with a value of 1. How will i do?
Calculation for B:
if(sum(Aggr(SUM({<secim_no={"8"}>}[AK PARTİ]), A ))
>
sum(Aggr(SUM({<secim_no={"8"}>}CHP), A ))
,1,0)
g
May be this
Sum(Aggr(If(Sum(Aggr(Sum({<secim_no={"8"}>} [AK PARTİ]), A)) > Sum(Aggr(Sum({<secim_no={"8"}>} CHP), A)), 1, 0), Chart_Dimension_Here))
May be this
Sum(Aggr(If(Sum(Aggr(Sum({<secim_no={"8"}>} [AK PARTİ]), A)) > Sum(Aggr(Sum({<secim_no={"8"}>} CHP), A)), 1, 0), Chart_Dimension_Here))
its ok! perfect.. Thank u sir...
Hi sir,
So how do I give the color this Chart?
Color to this chart? Have you mistakenly posted your question on this thread? I see no reference of any chart here... we were working on a KPI object here....
Oh ok. sorry..
I try code in Chart graph too... and its work...
Sum(Aggr(If(Sum(Aggr(Sum({<secim_no={"8"}>} [AK PARTİ]), A)) > Sum(Aggr(Sum({<secim_no={"8"}>} CHP), A)), 1, 0), Chart_Dimension_Here))
So how do I give the color this Chart?
I will have to test it out... would you be able to share a sample?
Ok sir. 1st and 2nd colums :
1st column:
Sum(Aggr(
if(
(sum(Aggr(SUM({<secim_no={"8"}>}[AK PARTİ]),[İL ADI],[SANDIK NO],[İLÇE_ADI],MAHALLE_ADI,secim_no,[sandık no san],[ilçe mah]))
>
sum(Aggr(SUM({<secim_no={"8"}>}CHP),[İL ADI],[SANDIK NO],[İLÇE_ADI],MAHALLE_ADI,secim_no,[sandık no san],[ilçe mah])))
,1,0)
, [İLÇE_ADI]))
2nd column:
if(
(sum(Aggr(SUM({<secim_no={"6"}>}[AK PARTİ]),[İL ADI],[SANDIK NO],[İLÇE_ADI],MAHALLE_ADI,secim_no,[sandık no san],[ilçe mah]))
>
sum(Aggr(SUM({<secim_no={"6"}>}CHP),[İL ADI],[SANDIK NO],[İLÇE_ADI],MAHALLE_ADI,secim_no,[sandık no san],[ilçe mah])))
,1,0)
, [İLÇE_ADI]))
i tried this:
if((Sum(Aggr(
Sum(Aggr(
Sum(Aggr(
if(
(sum(Aggr(SUM({<secim_no={"8"}>}[AK PARTİ]),[İL ADI],[SANDIK NO],[İLÇE_ADI],MAHALLE_ADI,secim_no,[sandık no san],[ilçe mah]))
>
sum(Aggr(SUM({<secim_no={"8"}>}CHP),[İL ADI],[SANDIK NO],[İLÇE_ADI],MAHALLE_ADI,secim_no,[sandık no san],[ilçe mah])))
,1,0)
, [İLÇE_ADI]))
, [İL ADI],[İLÇE_ADI]))),'blue','orange')
but Painted in blue in 2 columns.:(((
I was looking for a sample qvf as this doesn't give me the option to see settings you have and also doesn't allow me to test anything out
ok i understood you sir. I created a *.qvf .. but i dont add here??
how will I do? help me pls