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

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

Recommended Posts

Posted

Hello. I made a layout listing all records from a table. It has a calculated field which collects the record date from the history table.

I need to open a new window from the dashboard I made with this layout. I know how that can be done. I have two fields in the temp table (don't know if thats correct) which isn't linked. The fields are global date named start_dt and end_dt.

With the script to open the report you can enter the two dates (may change but the flow remains the same). The result must only be the records where the date is between start and end.

I can't get this done. Any ideas how to solve it? So the script must collect the start and end in put and return the layout.

Posted

I am going to assume that the history table and the main records table is related. If so, you do not need to use your collection field.

Go to layout ["History"]

Enter Find Mode []

Set Field [ YourDate; start_dt & ".." & end_dt ]

Perform Find []

Go to Related Record [ Show Related Only; Match Found Set; "YourMainTable" ]

Now you have your found set to run the report from.

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