Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
i coulndt solve my issue.
At the attached excel. Columns (F, G, H , I) has Sub_delay_code_1, Sub_delay_code_2, Sub_delay_code_3, Sub_delay_code_4
i want to count all codes in this four columns
for example '15A' is 3+1+2+0 = 6 in all four columns
thnaks a lot
you want to count it in loading script or on the chart/textbox?
Maybe like this:
=rangesum(
count({<DS_DELAY_SUB_CODE_1 = {'15A'}>} DS_DELAY_SUB_CODE_1)
,count({<DS_DELAY_SUB_CODE_2 = {'15A'}>} DS_DELAY_SUB_CODE_2)
,count({<DS_DELAY_SUB_CODE_3 = {'15A'}>} DS_DELAY_SUB_CODE_3)
,count({<DS_DELAY_SUB_CODE_4 = {'15A'}>} DS_DELAY_SUB_CODE_4)
)
Or create a concatenated field in your load script that contains all values of the four fields.
Hope this helps,
Stefan
Hi Pari i want to count at tables or charts
Hi Swuehl
but i have about 100 hundred codes
on the other hand i wanted to put the four coulmn into one column but i coulndt , becasuse it dublicated the data
post a sample qvw file
i added it thnaks a lot
on which chart / sheet you want to do it?
at copy of isletme sheet
for all graphs i will use it
i want to count all the codes in four columnd to prepare this graphs