PDA

View Full Version : 2013 How to use this Formula,"Formula That Returns Strings"?



mike99
2013-01-04, 08:10 AM
I got this in the wikihelp, "Formula That Returns Strings","IF (Length < 900, “Opening too narrow”, “Opening OK”)"

but how to use it?
Is that the string will pop up like a message box?

irneb
2013-01-04, 09:21 AM
You use it as the formula in something like a parameter. E.g here's a sample of a door family's parameters using formulas:
88690
You use that IF function when the parameter you place the forumla into is a text parameter. E.g. say you'd want to indicate in the Door's param what type of lintel is used depending on the width of the door. So here I add a Text Parameter
88691
And then adding even nested if's to show more options:
88692

mike99
2013-01-04, 04:00 PM
thanks, I'll try it again

mike99
2013-01-09, 06:24 AM
I got this, thanks a lot

irneb
2013-01-09, 06:28 AM
Pleasure. Glad to help.