Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Summarize & Output Different Results

sslattery17
8 - Asteroid

Request: Need help with approach or design, see screen shots of workflow and sheet names = (Properties).

 

Each of these properties include similar column data but several have a different calculation.  Example: property 1 could be Rent = Rent + Storage, property 2 Rent = Rent + Storage + Parking, Property 3 Rent = Rent + Amenity Rent + Storage or Property 4 Rent = Rent

 

Workflow is built to bring in all the properties, generate all the columns currently; now just trying to figure out best approach to get each property output with the appropriate calculations without building a separate workflow.  Any suggestions welcome. 

 

Screenshot 2024-11-05 123816.png

Screenshot 2024-10-30 105955.png

4 REPLIES 4
CoG
14 - Magnetar

Do you have a data source that indicates what values contribute to total Rent? I'm thinking of a table with the following information:

PropertyField
Prop #1

Rent

Prop #1Storage
Prop #2Rent
Prop #2Storage
Prop #2Parking

 

Transpose the main data on all relevant rent fields, and join to the above dataset. Summarize Tool will calculate total Rent.

 

Please provide more specific info (including sample data) for more specific assistance.


Hope this helps and Happy Solving!

nagakavyasri
12 - Quasar

@sslattery17 As per my understanding, I think you are looking to write output to multiple sheets. Consider the field which has the differentiating column and try this:

 

Screenshot 2024-11-05 144414.png

 

 

sslattery17
8 - Asteroid

@CoG 

 

I have attached a zip file with dataset workflow etc...I currently do not have a table (key) that shows what each properties customization is; but could easily create one since the client sends us this data. (I attached a sample of what I was starting to create). 

sslattery17
8 - Asteroid

@nagakavyasri  yes partially what I am looking for.  I already have my output file configured to output by property; but I also need to have a different calculations/summarization by property.

Labels