Jump to content
  • 0

rental datapage


Eileen

Question

3 answers to this question

Recommended Posts

  • 0

Hi @Eileen,

1. Create two tables;
     - One for the user information
     - Second is for the payment(Date/Time and  Number field)
This will allow you to stamp the user information multiple times.

2. Create a View to combine the two table
I suggest to connect the tables first on the table relationship. On the configuration of the view the connection between the two will be automatically selected to inner.

image.png.3269bcc48ef66b4c64535d777ae0e66d.png
 

3. Use pivot report DataPage:
   -  Columns: Date Field
   -  Rows: Name Field
   - Values: Sum field payment

image.png.bca8247ed56d468ad6e26b890c32e8ef.png

4. Set the following configuration;
    -  For the Columns,
         1. Set group date by to Date rollup
         2. Then on the Date rollup set to Month and Year.

You may adjust the configuration based on your preference.

Here is the expected output:

image.thumb.png.a05aa4e108860afb12de47fee65c168f.png

Hope this helps!

Link to comment
Share on other sites

  • 0
20 hours ago, telly said:

Hi @Eileen,

1. Create two tables;
     - One for the user information
     - Second is for the payment(Date/Time and  Number field)
This will allow you to stamp the user information multiple times.

2. Create a View to combine the two table
I suggest to connect the tables first on the table relationship. On the configuration of the view the connection between the two will be automatically selected to inner.

image.png.3269bcc48ef66b4c64535d777ae0e66d.png
 

3. Use pivot report DataPage:
   -  Columns: Date Field
   -  Rows: Name Field
   - Values: Sum field payment

image.png.bca8247ed56d468ad6e26b890c32e8ef.png

4. Set the following configuration;
    -  For the Columns,
         1. Set group date by to Date rollup
         2. Then on the Date rollup set to Month and Year.

You may adjust the configuration based on your preference.

Here is the expected output:

image.thumb.png.a05aa4e108860afb12de47fee65c168f.png

Hope this helps!

Hi this is what I was looking for - Glad to see I was on the right track with the tables , I would not have expected the report to to come from a pivot  report - awesome ! Thanks a bunch this helps so much !

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...