Slight change in Expression Editor required.
float ( "Days" ) / float ( "Num" ) ---- This should give you intended result.
float("Days") / "Num" should also work .
Cheers
Anindya
Slight change in Expression Editor required.
float ( "Days" ) / float ( "Num" ) ---- This should give you intended result.
float("Days") / "Num" should also work .
Cheers
Anindya