Jump to content

Creating a table/layout for only showing selected entries. How?


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

Recommended Posts

Posted

I have a photo library that I am looking to publish to the web via FWP. The db publish well except that there are certain Records that I do not wish to publish.

I thought of adding a new field that indicates that the Record should not be published and then create a new table that publishes only the Records that do not have this 'flag'.

Now the question is 2 fold. Is this is good thinking? How do I make it work?

  • 5 weeks later...
Posted

Hi

My thoughts on this is to create a second table that is related to the photos and use this second table to publish only the related records to the web. So if the relationship was like this

WebTable::Publish --> PhotoTable::Publish

Y Y = Show

Y N = Hide

This side is set to Y This side is set to Y if you wish to display and N or anything else for that matter if you do not wish to display

Regards

Phillip

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