There are two rows in the result of a search which...
# suiteanalytics
n
There are two rows in the result of a search which are shown using a formula, I want show a result in third row by applying a formula on first two rows/results of same saved search??
p
you then need to create a formula containing the other formulas.
n
Hi @Peter Bertelsen How I can create a formula which contains other formulas?
p
copy it and insert it inside the other formula like: case when a < b then 0 else 1 end case when x < y then case when a < b then 0 else 1 else 1 end
k
Do you mean row or column?
n
@KevinJ of Kansas I mean row in result of saved search when it is edit mode but it is a column I'm actually talking about!
@Peter Bertelsen I want to calculate the margin % of these two amounts which I have been calculating using these two FORMULA(CURRENCY) so I want to use these two Formula(Currency) in the last row and calculate the % of amount from it!!!!
p
so you have a search with two results (two rows), and in one of the columns you have a formula(currency). now you want display a third row with a margin % of that column. is this correct?
n
Yeah right!.. I want to use those other two columns and show the margin in third using a formula
p
so row or column? one can be done the other can not as far as i know.
arh, i see what you mean. it is added like a row in edit mode. you need to use formula(numeric) where you define the formula that calculates the margin. then you copy the two other formulas into it.