Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi ,
i have one issue,
i have one dimension (values q1,q2,q3,q4)
but i want write expression like (q1,q1+q2,q1+q2+q3,q1+q2+q3+q4)values
how to write expression for that issue and also
am attached qvw
please help me, thanks in advance
There are two options
1) Use this expression
=RangeSum(Above(Sum({<CFWB_Display_Year=,dtdim_fydispname=,Col_display_year=,BudgetRev_st_probability={'100'} >}BudgetRevRevForecasted)/Value, 0, RowNo()))
2) Check 'Full Accumulation' on the expressions's tab
I don''t have license, Can you share the sample data which demonstrates the o/p
There are two options
1) Use this expression
=RangeSum(Above(Sum({<CFWB_Display_Year=,dtdim_fydispname=,Col_display_year=,BudgetRev_st_probability={'100'} >}BudgetRevRevForecasted)/Value, 0, RowNo()))
2) Check 'Full Accumulation' on the expressions's tab