I am exporting a small file, 8mb from SQL developer to xlsx.
It is taking forever (freezing). I ran the same query in Toad and exported it with no issues.
Any idea on why developer doesn't seem to be working right?
Why does it show the log also?
It used to never show this.
Also, I used to be able to double click on a word in the SQL and it would highlight all the same values. It does not do that anymore.
What setting can fix that?
As of being unable to export data in XLSX format: try to export to a CSV file; Excel opens it easily so - if it works OK, just save the file to Excel format once you have data in it.
As of highlighting all occurrences of the selected word: enter "Search" mode (Ctrl + F). A search toolbar opens on a top of the editor window. Check toolbar buttons (point each of them with a mouse and hold it for a second, until the tooltip appears) - one of these (on my 17.3 version, it is a "yellow-ish" button) is the "Highlight Occurrences". I presume that it is disabled in your SQL Develoeper, so - enable it.
Related
I have an SSRS Report that has data in a column containing line breaks (CHAR(13) + CHAR(10)) however it refuses to show the wrapped text automatically or by choosing from the Home toolbar Cells-->Format-->Auto fit row height. Does anyone know how to make this happen so the user can see the cell contents when it opens in Excel? Basically they have to manually select each row and specify a height.
I'm using SQL 2012 for the moment. I also tried the same report on 2019 and it makes no difference. The report is hooked into an app so it comes out directly as EXCEL. When I run it from the report server in HTML it is showing the data with the multiple lines as desired.
When extracting azure dev ops query to excel as .csv file I am seeing the data in excel but all is in one cell. For example description and title are all in one cell in the column/row.
Just guessing as your description is pretty vague but I assume that the CSV column separator set on your system (probably a semicolon) does not match the column identifier used in the downloaded CSV file (most likely a comma).
To fix it:
Windows
Open the Windows Start Menu and click Control Panel
Open the Regional and Language Options dialog box
Click the Regional Options tab
Click Customize/Additional settings (Windows 10)
Type a comma into the 'List separator' box (,)
Click 'OK' twice to confirm the change
Note: This only works if the 'Decimal symbol' is also not a comma. If you do not want to change this setting, there is another method to opening comma delimited files below.
MacOS
Go to System Preferences
Open the Language & Region pane and go to the Advanced option
Change the 'Decimal Separator' to one of the below scenarios
Source: https://harvestmedia.zendesk.com/hc/en-us/articles/360023978031-Opening-Excel-files-with-the-correct-CSV-list-separator
I am trying to get an output tab in Jupyterlab that shows the output of my code. Right now I can right-click on a cell output in the notebook and create an output view -- but this view does not update as I execute additional cells. Is there a way to do this (a setting or extension)?
I envision something like the Python extension in VS Code that allows you to split the screen and run cell code on the left and see the output on the right.
Just right-click the tab which shows the name of the file you are editing.
In the popup window select New View for Notebook.
A new tab (in a new window) will be opened and the output(s) of your file will be shown there.
Here after, if you give additional codes and run them, you will see that the output is updated in the New view.
Particularly, when you have a cell with markdown format, your input in that cell will be rendered (as you type) in the new view as a formatted one!
Right now I can right-click on a cell output in the notebook and create an output view
That's right.
but this view does not update as I execute additional cells.
That's right too. It is THE view of THE output for the cell you selected. If you produce some new output on THAT cell, it will update. Each cell has its own output area.
Is there a way to do this (a setting or extension)?
I'd suggest you explore the "output" widget. I can be very versatile once you learn to use it well (easier said than done).
https://ipywidgets.readthedocs.io/en/stable/examples/Output%20Widget.html
but this view does not update as I execute additional cells. Is there a way to do this (a setting or extension)?
Yes.
https://github.com/xiaohk/stickyland
This extension allows (among other things) to have one/multiple cells to rerun every time you run any cell.
The 2+1 guys there made a brilliant extension that works flawlessly. I can't praise them enough.
I envision something like the Python extension in VS Code that allows you to split the screen and run cell code on the left and see the output on the right.
That is also available.
It is under View > Render side by side
You are mixing up too many things.
See this:
https://github.com/jupyter/notebook/issues/2897
I have tried the registry edit here: https://answers.microsoft.com/en-us/msoffice/forum/all/how-to-disable-hyperlink-warnings-for-office-365/9e96cae1-0960-4f20-898c-440cafd6cf7c
. I notice that my decimal 1 always reverts back to hexidecimal when I close. Upon restart nothing changes when I try to open the hyperlink in excel.
0 and 1 are exactly the same decimal and Hex, see here and here
The solution that is described in the link above (adding DisableHyperlinkWarning to the win registry) might not always work.
This solution should stop hyperlink warnings in Excel for Office 365:
Download Procmon (a monitoring tool for Windows that shows real-time process/thread activity):
https://technet.microsoft.com/en-us/sysinternals/processmonitor.aspx
Run Procmon.exe
Toggle Capture Events to off (File > Capture Events)
Clear the current events (Edit > Clear Display)
Toggle Capture Events on.
Click the desired hyperlink in Excel.
Turn Capture Events off.
Filter by Process=EXCEL.EXE (Filter > Filter, chose "Process" from the list, set field to "is", type "EXCEL.EXE" in the empty field, chose "Include" from the list and click "Add".)
Filter also by Operation=RegQueryValue and Result=NAME NOT FOUND
Find the first entry with "EditFlags" in the path (use the search icon to search the filtered list or CTRL+F)
Right click on that entry and select > Jump to (opens registry)
9 Add a new DWORD type named EditFlags with the hexadecimal value 10000.
In my case it was the key htmlfile_FullWindowEmbed
Modified from here
Is it changing back after restarting? if so, maybe you have some policy on your PC.
EDIT:
"The option to switch between the two is purely to allow entry in either format, it is always stored in Hex and for convenience the Decimal value is shown in brackets afterward in the field view
Selecting either option would have absolutely no effect on the program accessing the value and is the same either way."
Answer from here -> https://answers.microsoft.com/en-us/windows/forum/all/problem-with-regedit-fail-trying-to-modify-dword/c6cdf515-c517-4196-8d4a-582e942f9315
The simplest solution is to use Outlook. For example, if you want to cancel the reminder when opening the embedded pptx file, you can send yourself an email with the pptx file attachment in Outlook. After receiving it, double-click the attachment to open it, and a dialog box will pop up. The following There is a check box, "Always ask before opening this type of file", uncheck it, click Open, and there will be no warning when the embedded link of this type of file is opened in ppt or excel. This method also works for other types of files. There are some settings between office components that are related to each other.
Is it possible to use images inside a ComboBox instead of strings? I've seen post regarding the ImageComboBox control but it seems that I couldn't find any resource how and where to download the said control so I could use it in my project that I'm working on.
Thanks all.
To be able to use the Image Combo Box, you have to do the following:
Insert the control from the Insert menu on the developer tools tab:
If you press the highlighted button, a new menu appears.
Search for "Microsoft ImageComboBox Control, version XX"
Then you are able to insert the desired combobox.