Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
We are creating a "Text Object" in one of our application.
The expected output from the text object is to show the percentage of conversion ratio.
We are using the following expression in the General tab of the Text Object
=num((count(Conversion='Yes') / Count(Patient Code) * 1),'##0 %;(##0)')
Howver, this expression is not yielding any result
Please find the attached file for the same.
num((count(if(Conversion='Yes',Conversion)) / Count([Patient Code]) * 1),'##0 %;(##0)')
num((count(if(Conversion='Yes',Conversion)) / Count([Patient Code]) * 1),'##0 %;(##0)')
Bulls EYE !!!!!