Calc • Help with a percentage and a visible data issue
Hello, and thank you for letting me ask a question or two.I'm including a sample file of what i'm trying to do.1. I wish to create a percentage of life remaining on a part by basically entering a...
View ArticleCalc • Re: Help with a percentage and a visible data issue
For your second question, replace F10 withCode: =IF(ISBLANK(D10);"";($D$6-D10)/C10)which you can then drag down or copy as necessary. Note that I have defined D6 as an absolute reference* so it won't...
View ArticleExternal Programs • Re: Add custom metadata using InContentMetadata
Unfortunately, the rdf graphs and statements, though saved, appear to be lost when the document is reloaded - in both OO and LO.Statistics: Posted by JeJe — Wed Nov 27, 2024 2:26 pm
View ArticleMac OSX • OpenOffice hangs on Sequoia 15.1.1
Hello all. Since I upgraded my Mac OS to Sequoia 15.1.1, Open Office keeps hanging all the time. Has it happened to anyone else?Statistics: Posted by Toninyapas — Wed Nov 27, 2024 9:19 pm
View ArticleCalc • How can I add up 1+1?
Just installed Open Office Calc, and I can't figure any of it out. I basically got it to add up multiple numbers to do someone else's taxes (to check the results). Just for starters, how would I add...
View ArticleCalc • Re: How can I add up 1+1?
Just use this formula:Code: =1+1If you want to add a number of values in contiguous cells, you can use the SUM function; e.g. to add the values in cells A1 to A15Code: =SUM(A1:A15)You might find these...
View ArticleMacros and UNO API • UNO API (or VBScript) how retrieve XShape position...
Hi,I have iterated the forum to find a solution to my problem without success.I work in C++ but if your solution is on another language it's not a problem the API is very close.My problem is that I'm...
View ArticleMacros and UNO API • Re: UNO API (or VBScript) how retrieve XShape position...
If you provide a stripped down sample document to illustrate the problem where the jump to the top of the page occurs.I test this line on a simple one page document and its fine for me.Code:...
View ArticleTables & Queries • Re: Create columns with the result of a query
There should be no need to modify a table with information from another table. Without having thought about it very long, I think you would want to have at least three tables:Students - an id column,...
View ArticleLinux • Cohabitation openSUSE Leap 15.6 OpenOffice 4.1.15 LibreOffice
Hello,following the reinstallation of my machine under opensuse leap 15.6, impossible to launch Openoffice 4.1.15the launch console appears then disappears immediately whether in "user" or in...
View ArticleExternal Programs • Re: Reading a Calc document with Powershell
Hi,the ActiveX approach is a bit outdated. I prefer to bind the dlls directly.Below is an example for LibreOffice. I prefer LibreOffice 64bit to avoid having to switch always to 32bit Powershell when...
View ArticleLinux • Re: cohabitation leap 15.6 openoffice 4.1.15 libreoffice
Hi and welcome to the forum!Thanks for the hint.You should report it to openSUSE, it seems to be an issue with the packaging of the apps.Statistics: Posted by Hagar Delest — Sat Nov 30, 2024 11:10 pm
View ArticleInstall, Setup and Troubleshooting • In Writer preview shows what isn't printing
In writer I have a display that I am happy with onto A4 but when it prints it is not the same. The document contains two text boxes which are rotated 90degrees. I am trying to get the left had box to...
View ArticleInstall, Setup and Troubleshooting • Re: In Writer preview shows what isn't...
What is the paper orientation of your Printer? In /File /Print /General, press Properties button and check that printer page orientation is set to Portrait.Statistics: Posted by RoryOF — Sun Dec 01,...
View ArticleInstall, Setup and Troubleshooting • Re: OpenOffice as a web service
Whille Collobora Online (LibreOffice Online) runs LO on an central web server, a bowser only version based on LO Web Assenbly (LOWA) got announed recently as "Zeta Office" and is delivered by...
View ArticleCalc • Re: Help with a percentage and a visible data issue
Do you need the result to be empty if Current is empty (zero)?If so, add the check on the current mileage value (in MrProgrammer file):=IF(ISBLANK($A$2);"";(E2-$A$2)/C2)Without that check, nothing...
View ArticleMS Windows • Re: Opening OpenOffice
Try resetting your user profile. With OpenOffice closed, open any folder and enter %appdata%\OpenOffice\4 in the address bar. Rename the user folder to user_old. Restart OpenOffice and see if it is...
View ArticleMS Windows • Recover Recent Documents List
I have lost my Recent Documents List since my PC crashed (after the most recent updates).Someone has mentioned to me that after I re-sign in (I've never previously had to after a crash), this is...
View ArticleMS Windows • Re: Recover Recent Documents List
Short answer - no, the recent files list is gone.Statistics: Posted by robleyd — Tue Dec 03, 2024 12:34 pm
View ArticleCalc • Re: Simple calculation adding up wrong
There is an option in the LO Calc - Calculate settings: "Precision as shown". You can try it....I never use it.Statistics: Posted by Zizi64 — Tue Dec 03, 2024 9:22 pm
View Article