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

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

Recommended Posts

Posted

I have a certain field that carries tax sale amount. I need to be able to go in and put in a certain start date and end date that will give me every record witin that range with the tax amount. I do not have a portal set up since I am still learning FileMaker Pro. How can I do this?

Posted (edited)

first you need two global fields

searchdate1

searchdate2

then you need a script

enter find mode

set field [ taxdate; searchdate1 & "..." & searchdate2]

perform find

just make sure that you input the dates in before you run the script

Edited by Guest
i accidentally but a $ in the calc when it should of been an &
Posted

i hope you noticed my edit before you did it other wise you calc won't work..i put a $ in by mistake it should be an &

Posted

Thank you but I am still having a problem. It is giving me an error saying the specified table cannot be found. I went into scriptwriter and put in:

enter find mode

set field (here i clicked specify calculated result) and typed in date sold;search1 &"..." searchdate2

and tried to click ok, it gave me the "Cannot find the specified table" and it highlites date sold.

What am I doing wrong? Thank you.

Posted (edited)

yea that missing & is the only problem i could imagin you having...but try this..if you typed in the field name..delete it then find it and choose it from the list of all your fields...if you have more than one table in you database you have to specify the table

set feild(table1::datesold; search1 & "..." & search2)

Edited by Guest

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