Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: lnasonHi Jagdev - Try pasting the content below into a graph and running it. Let me know if that doesn't meet your needs.
-------------------------------------------------------------------------------------------------------------------------
node:Filter
bretype:core::Filter
editor:sortkey=56f3e7873a8311b6
input:@40fd2c74167f1ca2/=Static_Data.40fe6c55598828e5
output:@40fd2c7420761db6/=
prop:Script=<<EOX
result = if ('DENOMINATOR' == 0) then {int(null)} else {'NUMERATOR'/'DENOMINATOR'}
emit *
emit result as RESULT
EOX
editor:XY=480,100
end:Filter
node:Static_Data
bretype:core::Static Data
editor:sortkey=56f3e72a5704376e
output:@40fe6c55598828e5/=
prop:StaticData=<<EOX
NUMERATOR:int,DENOMINATOR:int
10,5
4,2
5,0
6,3
EOX
editor:XY=380,100
end:Static_Data