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

ADD A TEXT

draghava
7 - Meteor

In a excel we will add a Row " total" when the total is done for a column . In a attached example  text "TOTAL"  was typed in a  " C23" . How to do this in alteryx . please help 

3 REPLIES 3
Ladarthure
14 - Magnetar
14 - Magnetar

Hi,

 

one solution to do this kind of things is to use an union with a summarize tool, it creates a "total line". another solution would be to use the Crew macro pack with their add totals macro.

draghava
7 - Meteor

Thanks . It works but one issue your formula works only if one blank row . But what if two or three blank and i need only in one particular row. 

Ladarthure
14 - Magnetar
14 - Magnetar

You could get the last row with a sample tool, and then union it, or just modify it before unioning the data.

Labels
Top Solution Authors