Question

British Telecom
British Telecom
IN
British Telecom
Posted: Oct 28, 2022
Last activity: Oct 28, 2022
Last activity: 28 Oct 2022 2:57 EDT
Closed
Function alias based on key value repair
Hi,
I am trying to write a function alias wherein based on which if key matches the text say "ABC" then the corresponding value of the key value pair has to be replaced with null no matter what value it holds.
Column is currently returned like this in report:
{"Key":"ABC","Value":"true"},{"Key":"DEF","Value":"false"}