Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

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)

Posted

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.

Posted

Maybe the Evaluate() function in a calc would suit you. You'd need one text field and the calc, but they could be reused for different purposes.

Posted

I had the same thoughts as Mike, Investigate this template ...alright it uses one field - but behaves accoding to which layout it's called from!

By stuffing it in a CF is it pretty portable!

--sd

pling.zip

Posted

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?

Posted

The best thing, I think, would be to be able to type "$$variable" on the layout and have it evaluated. The engine for this is already there somewhere (e.g. Data Viewer).

This topic is 6528 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.