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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Filter Intergers with Decimal values

Status
Not open for further replies.

pcollins1

Technical User
Jun 19, 2002
72
US
Hello,
I have a report that contains a formula field in it. I am trying to filter out all records that contain whole integer values that are diplayed form the formula field. If it says 1.00 or 8.00, I want to filter these out, but if it says, 0.92 or 2.83 I want to display these on the report. I was tying to do it via the select expert, but can't figure out how to create the appropriate formula.

thanks
 
Try using a record selection formula like this:

int({@formula}) <> {@formula}

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top