Forum Discussion
BIXL
Resolver I
8 years agoabort query execution within the query
Hey All, Is there a way to cancel/abort query execution within the query ? for example inside the query I want to write something like this : if param1>param 2 then abort (abort the query and s...
- 8 years ago
Hi BIXL,
If I understand you correctly, the follow query(M) should work in your scenario. :smileyhappy:
AbortCheck = if param1>param 2 then error "Abort" else PreviousStep
Regards
v-ljerr-msft
Microsoft Employee
8 years agoHi BIXL,
If I understand you correctly, the follow query(M) should work in your scenario. :smileyhappy:
AbortCheck = if param1>param 2 then error "Abort" else PreviousStep
Regards