LibreOffice Calc display formula reference cell - libreoffice

When i select the cell with formula, there will show the related cell with highlight in old version(new version don't have it). What is the setting in new version ?

Go to Tools -> Options -> LibreOffice Calc -> View and check the box Show references in color.

Related

Shortcut for insert a cell below for Ipython in Pycharm?

I just started using Ipython in Pycharm.
What's the shortcut for insert a cell for Ipython in Pycharm?
To insert a cell between the 2nd and 3rd cell.
To insert a cell at the end of code
According to Pycharm documentation, way to add cell as follows.
But it doesn't work for me. Anyone find the same issue?
Since the new cell is added below the current one, click the cell with import statement - its frame becomes green. Then on the toolbar click add (or press Alt+Insert).
Not sure that is what you need, but you can insert cells above by Ctrl+Shift+Equals and below by Ctrl+Equals.
Update
All shortcuts for IPython Notebook are in Settings -> Keymap -> Plug-ins -> IPython Notebook
I've had the same concern and right now I remembered that you can just write #%% (for code cell) or #%% md (for markdown cell) anywhere you want and it will create a new cell

Crystal report Header row Color

I want to color the header and footers row(only my data tables not the full section) of a crystal report . Its easy to color the section but i cannot able find a proper way
For this 3 way you achieve.
If both header/footer in different section than data, then go to section, right click on formating, give the color. Check this link
http://www.codeproject.com/Questions/56657/change-back-color-of-crystal-report
http://scn.sap.com/thread/1883125
Drag and drop and spread a crystal report field (like label) into entire length of row's width. Give the color formating by clicking on Right click -> format object -> color. Now your header/footer field which work as a column /summary get front of this above field.
You can give the color to all object and also do not give gap between them.
Step to color the object.
1. Select the items that you want to change, and select select Format, then select Format Text.
2. The Format Editor dialog box appears.
3. Select the Font tab.
4. Select the appropriate font, style, size, and color.

Translate "Total" text in Legend in Crystal Reports Chart

When using a chart (e.g. pie chart) inside a Crystal Report with a legend, the legend will contain a line with the sum of the values. The text used for the word "Total" seems to be fixed on the language of the Crystal Reports Library. For example, since I am using a German operating system, the text will always be "Summe".
Is there a way to translate the text or at least to hide it altogether?
For illustration:
Try this, it worked for me:
Open report in CR.
Set report do "Preview Mode" by clicking View -> Print Preview
When in "Preview Mode", select the Legend label you want to change the text of.
Right click on the Legend label and select "Edit Axis Label"
Then, select the chart, right click and select Chart Expert -> Apply template to group.
6 Save the modified report.
also check this:
http://kenhamady.com/cru/archives/1206
http://technet.microsoft.com/en-us/library/aa337170%28v=sql.100%29.aspx

How to change the text size of a calculation

I can change the size of text in Mupad by going to View-> Configure -> Default Formats...
But this doesn't change the text size of a calculation that I type in.
Where can I change the text size of a calculation?
Thanks!
Go to: View -> Configure -> Default Formats -> Calculations.
In combo box "Format:" select "Input Characters". Change Size and press OK.
Open a new Notebook, from File->New Notebook. Your calculation font has changed!

Crystal Reports - Hiding a text and drawing object based on data

I have a text and drawing on a Crystal Report which I would like to hide if the data field "IsVisible" is set to 1. Is there an easy way to do this?
You can either conditionally suppress the entire section that the fields/text/picture is on by going to 'Section Expert' -> select the section you want -> click the formula button next to 'Suppress (No Drill-Down)' and enter {field.IsVisible}<>1, or you can selectively only suppress the fields/text/pictures in question by right-clicking them -> 'Format Field' or 'Format Graphic' -> 'Common' tab -> enter the same suppression formula.