I’m pretty much starting out using domino designer for work. For fields that will show numbers, is it a rule to always use a number field? I’m not sure if the user will say type in the number then the decription like 5 “drums”. I wanted to ask this in case I have to make a view where there is a condition lets say show all requests with > 100 in the number field. I figure the words would mess up the condition.
Thanks…
Subject: number field
You are right, furthermore if there is no value in your number field you will get an error so default it to 0.
To achieve your needs.
Use a number field and a text field, you can join them in another field or column value like this @text(numberfield) + " " +textfield, and it still leaves the value intact for comparrison operations etc
Subject: RE: number field
Thanks for the info. That will help!