Quick tool built in a few hours to cut down queries troubleshooting

Instructions:

1- Paste "declare" statements here:

2- Try to clean empty white lines and comments if possible (see below)






Example of CLEANED code to paste in the left pane:

  • declare observation_cd = f8 with Constant(uar_get_code_by_cki("CKI.CODEVALUE!17613")),protect
  • declare discharged_cd = f8 with Constant(uar_get_code_by_cki("CKI.CODEVALUE!17019")),protect;


How to clean the code:


DO NOT paste code with DECLARE on 2 different lines like so:
declare observation_cd
= f8 with Constant(uar_get_code_by_cki("CKI.CODEVALUE!17613")),protect

OR, with comment at the end, like the ";002" below
declare observation_cd = f8 with Constant(uar_get_code_by_cki("CKI.CODEVALUE!17613")),protect ;002



Disclaimer:
1- Website doesn't have a database and doesn't retain any of the code pasted.
2- Please follow you organization's guidelines when using an external website.