valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
<< < Page 171 172 173 174 175 176 177 178 179 180 > >>
Questions & Answers
Q: I would like to over ride the percentages that are automatically placed on the input data sheet. How do I do that? If this cannot be done, this tool is useless because some clients have their own budgetary amounts and would like to input actual amounts, not pre installed percentages.
A: As outlined in the Refine section of the Instruction sheet once you click Copy to New Sheet you can adjust override values as required. So simply set up the basics and then Copy to New Sheet and then adjust as required. Please follow the steps as outlined to gain an understanding of the software functionality.
Question and Answer Item 10489 - Browse All Question and Answer Items
Q: I tried to import my quickbooks into your product and it did not work. It looks like an awesome resource, but I'm not sure what I'm doing wrong. I've attached my csv file for your review.
A: Your Pl.csv file needs to be the same format as the sample Pl.csv provided with the software. Yours includes Budget and $ Over Budget columns. You should only have the month columns (see the sample file) exported from QuickBooks.
Question and Answer Item 10488 - Browse All Question and Answer Items
Q: When I try to unprotect a sheet or the entire workbook I get an incorrect password error. I thought no password was required. Is this correct?
A: Input cells (blue) are not protected and are the only cells that should be changed for the software to function correctly. As outlined in the Terms and Conditions and Frequently Asked Questions page all non-input cells and Visual Basic code are protected to ensure integrity and protect source code. All input is via unprotected input cells, protected cells contain formula and should not be changed. The software is fully functional and the protection is in place to ensure the software formula and code is not corrupted. The Registration Details are provided to register the software (they are not the protection password).
Question and Answer Item 10487 - Browse All Question and Answer Items
Q: I am trying to password protect this church question form. For some reason your code gets splayed all over the page, and the login doesn't work. I have tried inserting the code at the very top of the page, after <html>, didn't work - and then between <head> and </head> and it still does the same thing.
A: The php code should be at the very top of the page above everything else including any tags/document headers etc. It must be the first thing above the <html> and above anything else that is above this. At the moment the code is not running (hence it is displayed) because it is not the first thing on the page.
Question and Answer Item 10486 - Browse All Question and Answer Items
Q: I'm need a form that will pass on info from page to page before submitting, but I need it to be able to direct Page 1 to Page 2 or Page 3 depending on fields from Page 1?
A: Form1 provides the capacity to pass data from page to page (ie a multipage form) but to direct the page displayed based on selected Fields will require additional scripting. Developing of a detection script and adding it to the Form1 code could determine the page to show.
Question and Answer Item 10485 - Browse All Question and Answer Items