Message 1 of 13
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Got myself a some fields:
"fireresistant" which is a 'number'.
"test" which has a formula: IF(fireresistant > 0, 10, 20)
So if fireresistant is set to let's say 30, test becomes 10. Works fine.
But now I notice in the Identity Data there's already a pre-set parameter 'Fire Rating'.
So I want to use that one
"test"'s formula becomes: IF(Fire Rating = "0", 20, 10)
But now I get a message: "improper use of boolean expressions".
My question: is it possible to use a formula with these kinds of parameters (Fire Rating - which is a 'text' I assume)??
3Pinter
Got myself a some fields:
"fireresistant" which is a 'number'.
"test" which has a formula: IF(fireresistant > 0, 10, 20)
So if fireresistant is set to let's say 30, test becomes 10. Works fine.
But now I notice in the Identity Data there's already a pre-set parameter 'Fire Rating'.
So I want to use that one
"test"'s formula becomes: IF(Fire Rating = "0", 20, 10)
But now I get a message: "improper use of boolean expressions".
My question: is it possible to use a formula with these kinds of parameters (Fire Rating - which is a 'text' I assume)??
3Pinter
love python coding
Solved! Go to Solution.