Our Knowledge Base covers a wide variety of technical topics, from the basic to the complex.
Home / QIN / Knowledge Base / Once a text field reaches a certain length how can I truncate the text and add a link to allow the user to see the rest of the field's content?
Knowledge Base
Once a text field reaches a certain length how can I truncate the text and add a link to allow the user to see the rest of the field's content?
Let's assume the text field is called "Notes". Create a formula text field with the following formula:
Left([Notes], 100) &
" " & URLRoot() & "db/" &
dbid() &
"?a=dr&rid=" &
[Record ID#] &
"&dfid=11"
where the number eleven above is the identifier of the custom form that displays only the field "Notes". To determine the dfid of your custom form please read:
http://quickbase.intuit.com/developer/node/2089
The above formula displays the first 100 characters of the "Notes" field. To dipslay more or less characters change the number one hundred above.
- 37133 reads
Rate This
Similar Articles
Browse by Category
Knowledge Base Categories
- Accounts (35)
- Application (45)
- E-Mail (7)
- Fields (41)
- Forms (20)
- Formulas (18)
- General (68)
- Other Product (7)
- Pages (1)
- Product (5)
- Reports (15)
- Roles (4)
- Search (1)
- Tables (6)
Formula Category
about_http_API
access
add
API
APIs
application
applications
automatically
billing
buttons
change
copy
email
error
exact form
excel
export
field
fields
form
formula
formulas
formula URL
http_api
IP
issues
limit
limits
page
password
patches
plan
QuickBase
records
Release Notes
release notes
remove
report
reports
SDK
security
September 30
software
space
status
techfest
user
users
video
view



Comments
Post new comment