selecting a client to display his invoices in a month in a calender view

lec
Bronze 4
Bronze 4

Hi,

I have the problem described below that I am trying to find a solution to. 

I have a clients table and a invoice table. The invoice table stores many invoices and a client can have multiple invoices. Two forms are used to populate these two tables.

1st Table : (Personal Details)

Client IDDateNameEmailPhoneAddress

2nd Table : (Invoice Details)

Invoice IDInvoice DateClient IDProductRateAmount

 I now wish to use data in 2nd Table to create a calendar view for it. However, I want to be able to first create a form where I can select, from a drop down, the Client ID whose invoice details I want to display in the Calendar view.

The calendar view should show invoices on dates they were generated and once the invoice is selected, another view should display its details of Product Rate and Amount.

Grateful for any help. Thanks.

 

 

Solved Solved
0 3 111
1 ACCEPTED SOLUTION

Build your calendar view on the entire invoice table. Create a LINKTOFILTEREDVIEW action on the client table.

https://help.appsheet.com/en/articles/2357260-linktofilteredview

View solution in original post

3 REPLIES 3

Build your calendar view on the entire invoice table. Create a LINKTOFILTEREDVIEW action on the client table.

https://help.appsheet.com/en/articles/2357260-linktofilteredview

Hi, Thanks for this reply and pointer. Took me quite some time to figure it out but i managed to and it worked. 

Thanks loads.

lec
Bronze 4
Bronze 4

Hi,

Thanks for the response. I'll check and revert.

Thanks again.

 

Top Labels in this Space