I have created a formula based on a condition both results are the same its a simple % formula. If I want to put a condition where :-
if {@Controlled / Uncontrolled %}=100 and {@Controlled / Uncontrolled %}=100 then "Controlled" else if {@Controlled / Uncontrolled %}=100 and {@Controlled / Uncontrolled %}=100 then "Uncontrolled";
so if both percetages = 100 I want to display the following words:-
controlled 100%
uncontrolled 100%
is this possible
if {@Controlled / Uncontrolled %}=100 and {@Controlled / Uncontrolled %}=100 then "Controlled" else if {@Controlled / Uncontrolled %}=100 and {@Controlled / Uncontrolled %}=100 then "Uncontrolled";
so if both percetages = 100 I want to display the following words:-
controlled 100%
uncontrolled 100%
is this possible