Jump to content
Server Maintenance This Week. ×

Expression Evaluation in Labels


This topic is 6323 days old. Please don't post here. Open a new topic instead.

Recommended Posts

It would really help to be able to evaluate expressions directly within labels like you can do in access. It would save a lot of unecessary field creation.

The simplest example:

=Get(RecordNumber) & " of " & Get(FoundCount)

Link to comment
Share on other sites

Just a label that can evaluate an expression directly on a layout.

E.g. if you type =Left(MyField ; 1) It will display "A" where my field contains "Apple"... or =If(Length(MyField)> 4 ; Left(MyField ; 4) & "..." ; MyField) -- Something you might use often on a report which requires an entirely new field to be defined.. As opposed to having to define a calculation field. A very large portion of the fields in my database are calculation fields designed specifically for appearance, it would be easier if i didn't have to create them in the first place.

Link to comment
Share on other sites

You know what, i was only JUST thinking about using evaluate right before i clicked the link to come in here : . It's better i guess but... Still have to create multiple fields if i want to evaluate within multiple labels on the same layout... BUT it's better than nothing i guess.

So you guys don't think it would be useful?

Link to comment
Share on other sites

This topic is 6323 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.