Jump to content

Worksheet - Summarize items that match two fields?


Recommended Posts

No. Failed. That wasn't what I was looking for.

 

I believe your solution was to do one list of objects for each area.

 

This is not what I was looking for. Let's try again with another type of an example.

 

I have different areas and their amount is changing all the time. The worksheet report should anyhow print out all the furniture in all active areas without me doing new records all the time. So - can I do one single worksheet report for furniture that summarizes items that match two different fields on record? Or a field and a layer? Or any combination?

 

I'm trying to automate the following:

 

Area1 Chair1 1pcs

Area1 Chair1 1pcs

Area2 Chair1 1pcs

Area2 Chair1 1pcs

Area2 Table1 1pcs

Area2 Table1 1pcs

 

into->

 

Area1 Chair1 2pcs

Area2 Chair1 2pcs

Area2 Table1 2pcs

Edited by Zenlux
Link to comment

Yes, you can.

 

Assuming you can create a criteria for the database rows that limits the selection to only items that are in two areas, add a column with a formula of:

 

=IF(((LOC='Area-1')), 'Area-1', 'Area-2')

 

This will give you the name of the area for all the items.  Click the disclosure triangle and choose the Summarize Items check box.

 

In the next column put a formula of:

 

=SYMBOLNAME

 

Click the disclosure triangle and choose the Summarize Items check box. This should give you a list showing one row for each symbol in each area.

 

In the next column put a formula of:

 

=Count

 

This will give you the number of each symbol that is summarized in each subrow.

 

image.thumb.png.30a4d7eb022ab166bed6529666c34857.png

 

  • Like 1
Link to comment

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
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

×
×
  • Create New...