Help -- Temporary Work Table Limit by Percent of Total | Community
Skip to main content
Level 3
August 29, 2020
Solved

Help -- Temporary Work Table Limit by Percent of Total

  • August 29, 2020
  • 3 replies
  • 1344 views

I have a workflow that is grouped by a numeric indicator (Sponsor External ID) and zip code.  I then count the customers by zip code and display in relation to the total customers associated with the indicator.  My next step, which is tripping me up, is that i'm trying to sort descending by count of customers (count of CONTACT_ID) and then calculate a rolling percentage so that any zip codes that fall after 85% of the total are removed (i.e. i'm trying to capture the zip codes that have the most customers and make up 85% of the base).  Is there a way to do achieve this within the workflow?

 

Hopefully my explanation is clear.  If not please let me know and i'll provide additional info.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Milan_Vucetic

Hi @wpomeroy

if understood correctly, you may add one Enrichment node after node (you provided screenshoot) and calculate percent with following formula:
(count of CONTACT_ID * 100) / total_base_count - to get percentage per Zip code

Finaly, add one Split node and query percent column (percent which are above 85).

Regards,
Milan

3 replies

Milan_Vucetic
Milan_VuceticAccepted solution
Level 9
August 31, 2020

Hi @wpomeroy

if understood correctly, you may add one Enrichment node after node (you provided screenshoot) and calculate percent with following formula:
(count of CONTACT_ID * 100) / total_base_count - to get percentage per Zip code

Finaly, add one Split node and query percent column (percent which are above 85).

Regards,
Milan

Sukrity_Wadhwa
Community Manager
Community Manager
September 9, 2020

Hi @wpomeroy,

Were you able to resolve this query with the given solution? Do let us know.

Thanks!

 

Sukrity Wadhwa
SheetalAgrawalSoni
Level 2
September 9, 2020

I am looking at your problem. I need your data in excel file form. I am not able to under stand on the image ,so could you send me excel file.