Libreoffice calc cell refresh - refresh

In LibreOffice Calc I have a LibreOffice Basic funtion (macro) call in a cell. How can I refresh this cell automatically when some other cell has been changed without refreshing the whole sheet ?

Add the macro to "Content changed" Sheet Events which can be found in the pulldown menu by right clicking the sheet tab.
Thank you.

Related

POWER BI: add information botton with text box

I would like to know how it is possible to insert a button with the "i" of information and that when hovering over or clicking on it, a text box is displayed
Ty to all, sorry for my bad english
Yes. Literally just insert an Information Button and set its tooltip property.
and

Power BI desktop - new column refreshes data

I hope you can help here.
I'm trying to create a new column on the Data screen on PowerBI Desktop.
I click [New column] and it adds a column "Column" - however when I try to rename it I get a data refresh message (see attached screenshot) and the column doesn't get added.
This happens as soon as I click into the 'Name' field or right click on the column in the 'Fields' panel.
This seems a peculiar feature. Otherwise I'm guessing it's a bug.
I've reinstalled the PowerBI desktop app however get the same results.
enter image description here
Thanks for the replies!
Please add some text or anything while creating column. Otherwise when you click on any other place it will automatically removed.
e.g. Column = "Test"
After adding above code try to rename.

Hover Over Text in PowerBI

Wondering if there's a way to make a text bubble show up when the user hovers over a metric in a Power BI report.
I have tried using alt text, but that does not show up anywhere.
I had the same problem just now, and the documentation page Create tooltips based on report pages in Power BI Desktop describes how to do this. Probably this functionality was not around in March 2018 (when the accepted answer was posted).
Steps
In summary the steps are as follows (assuming you already have a visualization):
Create a new page, name it Tooltip 1
On the Tooltip 1 page, go to Format → Page Information and switch on the Tooltip toggle
Go to Canvas settings and set the Type to Tooltip.
Create a text box via Home → Text box, fill it with the text you want to show when one hovers over your visualization.
Select your visualization
Click on Format → Tooltip
Set Type to Report page
Set Page to Tooltip 1
Now when you hover over the visualization, the text box from step 4 will be shown.
Additions
You can mark the page Tooltip 1 as hidden, such that it does not show up as a tab on your report.
You can also customize the tooltip size by setting the Page size of the tooltip page to Custom with suitable width and height values.
As described in the link, instead of text you can also create a whole visualization.
Currently, I don't think this is possible natively.
There are some ideas related to this that you can vote for:
Custom Alt Text (tooltip) On Hover Over Any Visual
Tooltip for Matrix visual (and others)
Tooltips for Tables
There is also a Dynamic Tooltip custom visual that you might be close enough to what you are looking for.
You can use a transparent shape as an overlay on the text you want the hover over test to appear on
Turn Action On
Type Page Navigation
Destination None
Tooltip - Add the test you want to display on the hover

Productname on inventoryValueReport

I am new to AX2012 and need to add product names to the InventoryValueReport in ax2012. I am trying to use a checkbox on the setup form but I'm just not sure at how to code the method to display the names on the report when the box is checked. Can anyone assist me?
If the ssrs report layout will support it you can set the visibility of a column based on an expression based on the added parameter.
Steps:
( How do I set the visibility of a text box in SSRS using an expression? )
In this example, the report has a dataset named Items and has textbox to show row counts. It also has another textbox which will be visible only if the dataset Items has rows.
Right-click on the textbox that should be visible/hidden based on an expression and select Text Box Properties.... Refer screenshot #1.
On the Text Box Properties dialog, click on Visibility from the left section. Refer screenshot #2.
Select Show or hide based on an epxression.
Click on the expression button fx.

Adding fields to datasets through GUI in SAS EG

I would like to add a couple of fields to an existing dataset in SAS EG. Can I do this through a properties dialog, without having to write code?
If you are in Update mode (easiest way - double click on any cell, choose yes), you can right click on a column header (the variable label up top) where you want to insert the new one and select "Insert Column".
you need to open table (douple clic on it) and try to edit (double click on the row filed) -> in pop up window select to transfer table in update mode. After its done, select whole row and in right click menu u will see add or delete rows options.
p.s. you can also add coloumns via similar manipulations.