Thunder Client- Subtract decimal numbers does not gives me values after decimal using subtract filter #1224
Unanswered
DeltaUser121
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Will verify and get back to you. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have verified it, its a bug, Please create a bug request here, I will fix it in the next update. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the below in my json query
{{num1 | subtract(Amount)}}
where if below are defined in env variables as-
num1=123.43
Amount=2.00
the result I get is 121 but it should be 121.43. How to get the accurate result here?
Beta Was this translation helpful? Give feedback.
All reactions