cristianivanoff
Technical User
Hello all!
I have two questions (excuse my English):
1.
I have a cross-tab with three formulas in each column. I want a fourth formula to divide the result (the total) of two previous formulas.
Formula1|Formula2|Formula3|Formula4
100, 200, 300, 200/300
I thought i just could divide formula2 with formula 3 but the result is not correct. Anybody have a suggestion how to solve this? Could this be solved with 'gridrowcolumnvalue'? How?
2.
I have a cross-tab with a date field (Subs_affective_from) in the column header grouped by month. The summarized field is a 'Distinct count' of SubsID.
In the row header I have a formula called @Status (it doesn't work).
@Status:
if {subs_Satus}=4 then "New" else if {subs_Status}=3 then "Churn"
else if {subs_Status} in [11,15] and {Subs_affective_from}<gridrowcolumnvalue("{Subs_affective_from}") and {Subs_affective_to}>=gridrowcolumnvalue("{Subs_affective_from}")
then "Base"
The formula doesn't work. But it shows what I want to do. The problem is that I am trying to compare the affective_from field with it self. Do you have any suggestions to my problem?
BR
Cristian
I have two questions (excuse my English):
1.
I have a cross-tab with three formulas in each column. I want a fourth formula to divide the result (the total) of two previous formulas.
Formula1|Formula2|Formula3|Formula4
100, 200, 300, 200/300
I thought i just could divide formula2 with formula 3 but the result is not correct. Anybody have a suggestion how to solve this? Could this be solved with 'gridrowcolumnvalue'? How?
2.
I have a cross-tab with a date field (Subs_affective_from) in the column header grouped by month. The summarized field is a 'Distinct count' of SubsID.
In the row header I have a formula called @Status (it doesn't work).
@Status:
if {subs_Satus}=4 then "New" else if {subs_Status}=3 then "Churn"
else if {subs_Status} in [11,15] and {Subs_affective_from}<gridrowcolumnvalue("{Subs_affective_from}") and {Subs_affective_to}>=gridrowcolumnvalue("{Subs_affective_from}")
then "Base"
The formula doesn't work. But it shows what I want to do. The problem is that I am trying to compare the affective_from field with it self. Do you have any suggestions to my problem?
BR
Cristian