FM 10
I have an INVOICES table. I have a table layout. I want to create a
list view of all the Invoice records (kp_InvoicesID) through a portal
so that I can see the most recent 20 Invoices within any Invoice. I
thought creating a table occurence 'Invoices 2008_InvoicePortal_All
Invoices' and a relationship between a field kf_InvoicePortal_All
Invoices and kp_InvoicesID, with kf_InvoicePortal_All Invoices being a
lookup. But this did not work. Please advise.
THanks
|
|
0
|
|
|
|
Reply
|
matthew3640 (5)
|
4/11/2011 6:46:01 PM |
|
On 12/04/11 4:16 AM, matthew wrote:
> FM 10
>
> I have an INVOICES table. I have a table layout. I want to create a
> list view of all the Invoice records (kp_InvoicesID) through a portal
> so that I can see the most recent 20 Invoices within any Invoice. I
> thought creating a table occurence 'Invoices 2008_InvoicePortal_All
> Invoices' and a relationship between a field kf_InvoicePortal_All
> Invoices and kp_InvoicesID, with kf_InvoicePortal_All Invoices being a
> lookup. But this did not work. Please advise.
> THanks
On a table layout, a portal must be put either in the header or footer,
not in the body.
<<the most recent 20 Invoices within any Invoice.>>
I assume you want the most recent 20 invoices, for the same company as
the current selected record in the table.
- if so, then a self rel from Invoices::company_id to Invoices::company_id
- sort the portal invoice_id descending, and make it 20 rows.
|
|
0
|
|
|
|
Reply
|
cortical (47)
|
4/11/2011 10:56:57 PM
|
|
On Apr 11, 3:56=A0pm, 105 <corti...@internode.on.net> wrote:
> On 12/04/11 4:16 AM, matthew wrote:
>
> > FM 10
>
> > I have an INVOICES table. I have a table layout. I want to create a
> > list view of all the Invoice records (kp_InvoicesID) through a portal
> > so that I can see the most recent 20 Invoices within any Invoice. I
> > thought creating a table occurence 'Invoices 2008_InvoicePortal_All
> > Invoices' and a relationship between a field kf_InvoicePortal_All
> > Invoices and kp_InvoicesID, with kf_InvoicePortal_All Invoices being a
> > lookup. But this did not work. Please advise.
> > THanks
>
> On a table layout, a portal must be put either in the header or footer,
> not in the body.
>
> <<the most recent 20 Invoices within any Invoice.>>
>
> I assume you want the most recent 20 invoices, for the same company as
> the current selected record in the table.
>
> - if so, then a =A0self rel from Invoices::company_id to Invoices::compan=
y_id
>
> - sort the portal invoice_id descending, and make it 20 rows.
I do not think you are right about 'cannot be in the body' since I
have many portals in table layouts. I am looking to show all Invoices,
related and unrelated to current customer, in layout. Thanks
|
|
0
|
|
|
|
Reply
|
matthew3640 (5)
|
4/11/2011 11:14:19 PM
|
|
On Apr 11, 4:14=A0pm, matthew <matt...@reflectingdesign.com> wrote:
> On Apr 11, 3:56=A0pm, 105 <corti...@internode.on.net> wrote:
>
>
>
>
>
> > On 12/04/11 4:16 AM, matthew wrote:
>
> > > FM 10
>
> > > I have an INVOICES table. I have a table layout. I want to create a
> > > list view of all the Invoice records (kp_InvoicesID) through a portal
> > > so that I can see the most recent 20 Invoices within any Invoice. I
> > > thought creating a table occurence 'Invoices 2008_InvoicePortal_All
> > > Invoices' and a relationship between a field kf_InvoicePortal_All
> > > Invoices and kp_InvoicesID, with kf_InvoicePortal_All Invoices being =
a
> > > lookup. But this did not work. Please advise.
> > > THanks
>
> > On a table layout, a portal must be put either in the header or footer,
> > not in the body.
>
> > <<the most recent 20 Invoices within any Invoice.>>
>
> > I assume you want the most recent 20 invoices, for the same company as
> > the current selected record in the table.
>
> > - if so, then a =A0self rel from Invoices::company_id to Invoices::comp=
any_id
>
> > - sort the portal invoice_id descending, and make it 20 rows.
>
> I do not think you are right about 'cannot be in the body' since I
> have many portals in table layouts. I am looking to show all Invoices,
> related and unrelated to current customer, in layout. Thanks
My apologies, I am confusing table view with form view. I want to see
a list of Invoices in a portal on a form view layout.
Thanks
|
|
0
|
|
|
|
Reply
|
buck.matthew74 (131)
|
4/12/2011 3:51:00 AM
|
|
On 12/04/11 1:21 PM, Buckbuck wrote:
> On Apr 11, 4:14 pm, matthew<matt...@reflectingdesign.com> wrote:
>> On Apr 11, 3:56 pm, 105<corti...@internode.on.net> wrote:
>>
>>
>>
>>
>>
>>> On 12/04/11 4:16 AM, matthew wrote:
>>
>>>> FM 10
>>
>>>> I have an INVOICES table. I have a table layout. I want to create a
>>>> list view of all the Invoice records (kp_InvoicesID) through a portal
>>>> so that I can see the most recent 20 Invoices within any Invoice. I
>>>> thought creating a table occurence 'Invoices 2008_InvoicePortal_All
>>>> Invoices' and a relationship between a field kf_InvoicePortal_All
>>>> Invoices and kp_InvoicesID, with kf_InvoicePortal_All Invoices being a
>>>> lookup. But this did not work. Please advise.
>>>> THanks
>>
>>> On a table layout, a portal must be put either in the header or footer,
>>> not in the body.
>>
>>> <<the most recent 20 Invoices within any Invoice.>>
>>
>>> I assume you want the most recent 20 invoices, for the same company as
>>> the current selected record in the table.
>>
>>> - if so, then a self rel from Invoices::company_id to Invoices::company_id
>>
>>> - sort the portal invoice_id descending, and make it 20 rows.
>>
>> I do not think you are right about 'cannot be in the body' since I
>> have many portals in table layouts. I am looking to show all Invoices,
>> related and unrelated to current customer, in layout. Thanks
>
> My apologies, I am confusing table view with form view. I want to see
> a list of Invoices in a portal on a form view layout.
> Thanks
Well that's a different kettle of calamari.
Same idea applies, self rel using company_id
And to clarify re a portal in the body of a table layout, a portal can
be placed in the body, but it will fail to behave as a portal, and will
only show the first iteration, no matter how many rows are defined. So
it is no longer a portal really.
Placing multiple single row iterations ( [initial 1, number of rows 1] ;
[initial 2, number of rows 1]... ) does not work either; only the first
is displayed, like placing the same field twice, only one copy is
rendered. So placing a single related field achieves the same result.
|
|
0
|
|
|
|
Reply
|
cortical (47)
|
4/12/2011 10:42:30 PM
|
|
|
4 Replies
45 Views
(page loaded in 0.068 seconds)
Similiar Articles: Lookup: Howto display one field and store the value of another ...Now my problem: In a layout in the Goods table I have a portal showing the suppliers for this good. I want to have a text field with a popup, where all suppliers are ... Script to Show - Hide a field in a portal - comp.databases ...I have a layout that shows a portal of students with some ... TOC: A::B::B_switched where A is table A the parent TOC , your layout B is the child rel showing your portal ... Limiting Portal Records - comp.databases.filemakerI have a portal layout on a page. I only want to show the 6 records in the ... exporting those records to a > seperate table and showing the portal from that table and ... Portal Help - comp.databases.filemaker... Client_ID in both sides (ie in A and in B), and each record layout you make a 'portal ... Correction: How to display two portals from one table. - comp ..... one to display ... portal scrolling in self-joined layout - comp.databases.filemaker ...I am working on a layout to "receive" items. I have a form showing supplier, part name, catalog number, number ordered, number received. I also have a portal showing ... Concatenate text from related records? - comp.databases.filemaker ...I know about making relationships, layouts, showing related fields, making portals ... better solution would be to put the print layout on the child table in list ... Printing/Sliding Issues with Portals - comp.databases.filemaker ...I'm having an unusual problem printing a layout that displays several portals. This is a multi-table database for managing a company's assets in FP 7... Display portal data. - comp.databases.filemakerIve got a layout with a portal that I use for account data entry but ... to create relationships between records in the same table. Use a self-join in a portal on a layout ... finding in a portal? - comp.databases.filemakerI know how to do that with a portal. Question: is there a way to define a calculation ... solution would be to put the print layout on the child table in list view, and ... Need help. How to create a list with multiple occurences of a ...... ID field, make it able to create new records and place portal based on that relationship on the layout ... open a blank Excel spreadsheet and you use the Data, Pivot Table ... Portal_Tab_Configuration_Task_List... management interface, including configuring portals, assigning portal layouts, and ... All of the configured domains are listed in the Domain Settings table in the Portal ... List Layout - MediaPortal WikiFurther Information; 5. Changes in the latest release; Table of contents; Wiki Help ... The List layout is arguably the most popular layout. It is much like browsing a list ... 7/12/2012 11:12:21 PM
|