Welcome to NeoOffice Forums
NeoOffice
 
Official online support site for NeoOffice and NeoOffice Mobile

Trinity
· Home
· News
· Private Messages
· Stories Archive
· Your Account


RSS Feeds
· Headlines
· Forum Posts
· NeoOffice Releases
· Beta Releases
· NeoOffice Mobile


Twitter Feeds
· @NeoOffice


Download NeoOffice
· Get NeoOffice
· Get the Latest Patch
· Language Packs
· User Guide
· User Guide Volume 2


Other Websites
· NeoOffice.org
· NeoWiki


Who's Online
There are currently, 121 guest(s) and 3 member(s) that are online.

You are Anonymous user. You can register for free by clicking here


Languages
Select Interface Language:



  
trinity.neooffice.org :: View topic - I can't post this reply
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Private MessagesPrivate Messages   Log inLog in 

I can't post this reply
Users who have paid US$100.00 within the last year can post

 
Post new topic   Reply to topic    trinity.neooffice.org Forum Index -> Server Outages and Problems
View previous topic :: View next topic  
Author Message
James3359
The Merovingian


Joined: Jul 05, 2005
Posts: 644
Location: North West England

PostPosted: Fri Mar 13, 2009 7:53 am    Post subject: I can't post this reply Reply with quote

I suspect this is a phpBB thing or something to do with HTML entities, but I typed the reply shown in the picture attached to this post and it was then scrambled - even if the apparently offending text was tagged as code.


This is how the post is rendered:

Quote:
You don't need a separate test for this. If C8 is bigger than or equal to 285, it must also be bigger than or equal to 102. Or did you mean smaller than or equal to 285?

If so, you can nest IF formulae thus:
=IF(C8>=102;IF(C8<=285;B8-C8;0);0)
This formula first tests that the value of C8 is greater than or equal to 102, if it is not it returns zero, if it is then it goes on to evaluate the second IF formula which tests whether C8 is less than or equal to 285. If it is not then it returns zero, otherwise it calculates B8-C8.

Or it might be simpler to combine your two tests in an AND as follows:
=IF(AND(B8<285>=102);B8-C8;0)

Hope this helps

[I've just edited this because phpBB scrambled the AND formula!]
Note how the AND formula is scrambled.
Back to top
View user's profile Send private message
OPENSTEP
The One
The One


Joined: May 25, 2003
Posts: 4752
Location: Santa Barbara, CA

PostPosted: Fri Mar 13, 2009 9:08 am    Post subject: Reply with quote

Ah, yes...you're trying to type things with less than and greater than signs. When doing that, it's best to check the "Disable HTML in this post" checkbox underneath the message body entry field. That will prevent phpbb from trying to interpret the less than/greater than characters as parts of HTML tag markup.

ed
Back to top
View user's profile Send private message Visit poster's website AIM Address
James3359
The Merovingian


Joined: Jul 05, 2005
Posts: 644
Location: North West England

PostPosted: Fri Mar 13, 2009 9:20 am    Post subject: Reply with quote

Ah yes! [Slaps forehead, rolls eyes! Rolling Eyes] I should have spotted that. I thought it would be enough to post the relevant line within code tags, and I had overlooked the ability to turn off HTML.

Thanks

James
Back to top
View user's profile Send private message
OPENSTEP
The One
The One


Joined: May 25, 2003
Posts: 4752
Location: Santa Barbara, CA

PostPosted: Fri Mar 13, 2009 10:10 pm    Post subject: Reply with quote

Yeah, it's a bit insidious with cell formulas since many HTML tags are single letteres. I don't think that the phpbb parsing code is all that particularly robust. You also might want to try the "code" blocks...I think that phpbb doesn't try to parse HTML tags within code blocks, but I may be wrong.

ed
Back to top
View user's profile Send private message Visit poster's website AIM Address
James3359
The Merovingian


Joined: Jul 05, 2005
Posts: 644
Location: North West England

PostPosted: Sat Mar 14, 2009 10:02 am    Post subject: Reply with quote

Yes I did try [ code ] [ /code ] and it displayed it as code, but still attempted to parse part of it as HTML.
Back to top
View user's profile Send private message
sardisson
Town Crier
Town Crier


Joined: Feb 01, 2004
Posts: 4574

PostPosted: Sat Mar 14, 2009 10:24 am    Post subject: Reply with quote

James3359 wrote:
Yes I did try [ code ] [ /code ] and it displayed it as code, but still attempted to parse part of it as HTML.

That's odd, because I'm sure I *didn't* use entities for the angle brackets in my forumla in the code block (though I did disable smilies, because dumb phpBB tries to interpret them even inside code blocks Razz ).

Smokey

_________________
"[...] whether the duck drinks hot chocolate or coffee is irrelevant." -- ovvldc and sardisson in the NeoWiki
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    trinity.neooffice.org Forum Index -> Server Outages and Problems All times are GMT - 7 Hours
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Powered by phpBB © 2001, 2005 phpBB Group

All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © Planamesa Inc.
NeoOffice is a registered trademark of Planamesa Inc. and may not be used without permission.
PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.03 Seconds