Greetings,
I'm having trouble dropping a variable in my dataset.
I'm trying to write a command like this:
drop if participant_id == "{"ImportId":"QID2_TEXT"}"
This, however, is not working. I've tried several variations of the quotation marks but can't get it to run. I think all the quotation marks are throwing it off and the entire text inside the outermost quotation marks is not all showing up in red like it usually does.
Any insights would be greatly appreciated!
I'm having trouble dropping a variable in my dataset.
I'm trying to write a command like this:
drop if participant_id == "{"ImportId":"QID2_TEXT"}"
This, however, is not working. I've tried several variations of the quotation marks but can't get it to run. I think all the quotation marks are throwing it off and the entire text inside the outermost quotation marks is not all showing up in red like it usually does.
Any insights would be greatly appreciated!
Comment