Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Checking varibles in the form

Status
Not open for further replies.

Hakana

Programmer
Joined
Dec 29, 2006
Messages
9
Location
SE
Hi
Is it possible to see if a value got some particular result?

I mean that if i have a group that presents some rows i want to check the value presented in each row and if i get a hit say i want to present some text.

I also wonder if you can check other varibles in the form?

/Hakana
 
Just create a string formula, such as:

IF {some_value} > x then "your text" ELSE ""

Then, place that formula where you want the text to show.

Alternatively, add the text as a text object and control its suppress attribute with the same type of expression.

Sounds like you may also want to open the online help and read about conditional formatting...

- Ido

view, e-mail, export, burst, distribute, and schedule Crystal Reports.
 
Thanks a million

It was not difficult at all.

Hope you have a great happy new year.


/Hakana
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top