Jump to content

Preserve Portal Filter in Export to Excel


XsTatiC

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

Recommended Posts

I have a layout which consists of a few fields and then a portal with about 10 other fields. I'm using a Portal filter so that I omit data were field x = 'Cancelled'.

I have an export script which exports all data from this layout. However I don't wish to export the data that has been eliminated from display with the portal filter. At the moment I'm getting all rows in the export, including the ones where field x = 'Cancelled'. So my export doesn't match what is being displayed in the layout.

If I try to do a Set Field to a portal field within my find script it doesn't seem to have any impact.

This is it. The final step to getting my export working 100% correct. Everyone's help so far has been amazing. Thank you.

Link to comment
Share on other sites

Since you only want part of the child records (those showing in the filtered portal), your export should be from the child table. Your script might look like:

Go To Portal Row [ First ] ... this is your filtered portal

Go To Related Record [ show only related records from child, match current record only, using layout based upon portal table ]

This will isolate the records in your portal for export. :)^)

Link to comment
Share on other sites

Thanks for the response. I'm definitely missing something though. I have no problem admitting that this is a PEBKAC error.

Ignoring the export functionality completely for a minute.

In my layout with the portal I'm using the Portal Setup->Filter Portal Records and setting a criteria on field x = Cancelled.

However, if I don't have that Portal Filter in, and I simply try and do a Find->Omit (within the portal) field x = Cancelled... nothing happens. If I try to do a Find using any criteria in any of the portal fields I'm still just getting a full result set. My search criteria is ignored.

I'm clearly not understanding some basic functionality of how FileMaker, specifically portals, work.

Thank you once again. My public display of idiocy is getting embarassing.

Link to comment
Share on other sites

Searching for "x" in the Child::Canceled field will find all parent records that have at least one canceled child record.

Thank you very much. That was a very clear explanation and definitely clarifies my confusion on the expected results with the method I thought I could use to achieve them.

Link to comment
Share on other sites

  • 6 months later...

I ran into the same problem, but there's a very easy solution to this. Instead of exporting records, just chose "Save Records as Excel". This will output whatever is on your screen, directly into a sheet. Including filtered portal records.

Link to comment
Share on other sites

I'm using a Portal filter so that I omit data were field x = 'Cancelled'.

I have an export script which exports all data from this layout. However I don't wish to export the data that has been eliminated from display with the portal filter. At the moment I'm getting all rows in the export, including the ones where field x = 'Cancelled'.

The portal filter does just that: it filters the records displayed in the portal. It does not filter the records found through the relationship (as you have discovered).

Best bet is to use the GTRR step to select the related records, then loop through them and omit all those records that are cancelled. Export the remaining records.

Link to comment
Share on other sites

  • 2 years later...

Best bet is to use the GTRR step to select the related records, then loop through them and omit all those records that are cancelled. Export the remaining records.

 

I know this is a bit old, but it could save others some time  :yep:

The OP said his portal records were already filtered to omit records, so you wouldn't need to "loop through to omit them"  :idot:

What LaRetta said above is absolutely correct  :)

  • Like 1
Link to comment
Share on other sites

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