Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I am using following formula for accumulate sales: RangeSum(Above($(vSalesACT), 0, RowNo())) / SUM( total {$<DataCategory = {'ACT'}, Cat1_ID = {'1'}>} $(=%VALUE))
Unfortunately the sort funktion is not working. Is there any trick to avoid rowno?
Rgds
SandMan
Peek() can help you.
Can you provide a sample data and the expected output ?
What you actually want to sum up,
sum of $(vSalesACT) from its current position till ?Is it from the first row till the current position ?
Are you using a straight table ?
I want to sum up Sales for selected stores --> 1st postion until last. yes straight table
You are doing this in which chart object? You might be able to use Aggr() function without script manipulation if you are using QV12
we are using QV 11
you can check the link posted by Sunny.
In case still you are stuck, then let us know by providing sample data.
installed QV12. how should the formula look like?