Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We are performing scheduled maintenance on our single sign on app. You man notice intermittent login issues. Thank you for your patience!
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