I had an issue in Informatica where I was not able to see the SQL Override SQL code in the SQL Qualifier.
It turns out this was caused by switching the application interface between double monitors or disconnecting from double monitors while one of the Informatica application windows was on the secondary monitor screen, which led to changed settings in the registry.
I found a resolution on the Oracle site and this post explains how to resolve in detail.
To correct this, you need to update the appropriate registry settings. As a precautionary measure, you should backup your registry before making changes to it.
Follow these steps to resolve.
1. Close out all Informatica applications.
2. Click your Windows start icon, and type in regedit. Then double-click “regedit.exe” to run it.

3. From the Registry Editor window, navigate as follows …
HKEY_CURRENT_USER -> Software -> Informatica -> PowerMart Client Tools -> 9.5.1 -> Designer -> Options -> Global -> Editor -> SQL
Note: The path will vary based on your installed version. So, instead of “9.5.1”, you may have another version number.

4. Locate these 4 values, which you will update, on the right-hand side of the Registry Editor window (highlighted in the image above):
- Expression Editor Position
- Expression Editor Splitter Position
- SQL Editor Position
- SQL Editor Splitter Position
5. Edit each of the 4 values one at a time, by double-clicking on them.
And you will be changing the 16 values highlighted in the image above.
This is an example of what the values will look like before you make any changes.

In the Edit Binary Value window, update the 16 double character values to all be ‘00’
For each key value, the Edit Binary Value window should look like this after the update.

6. Click ok. Then repeat for each of the other values.
When you have updated all 4 keys, your Registry Editor window should look like this. Note that the values are now all ’00’.

7. Close the Registry Editor and open your Informatica application and check if it is resolved. Hopefully, it will be.
I haven’t done any exhaustive testing on this to determine all scenarios under which this happens, but I think the way to prevent this is, if you are using multiple monitors, use only your primary monitor for Informatica applications, or bring your Informatica application windows back to your primary monitor before closing them and before disconnecting your computer from the secondary monitor.