Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Having Dynamic Values in excel file along with text desription

ferha_jafri
8 - Asteroid

Hello Experts,

 

I want to generate an output in the after the table in excel text should pop up as Footer and that has summation of values as I have attached in excel sample. So I was text at the bottom of the output excel in which the value will change as the sale value change.

 

Thanks in advance 

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @ferha_jafri 

 

Is date also dynamic in the footer ?

atcodedog05
22 - Nova
22 - Nova

Hi @ferha_jafri 

 

Here is how you can do it.

 

Workflow:

atcodedog05_0-1622480724755.png

 

1. Using summarize tool i am calculating sum of sales & price. And setting ID as Total using formula tool.

2. Taking sum of sales and todays date formatted i generating the footer.

3. Using union tool i am positioning one below other.

 

Output:

atcodedog05_1-1622480902136.png

 

Hope this helps 🙂

Labels
Top Solution Authors