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

Simple Analytics App output

Joe_Churchill
5 - Atom

I want to share a simple way of outputting data for users of Analytics Apps. Originally this was a question, but I have since answered it.

 

Posting it here in an attempt that Google will find it because I spent hours trying to find an example of how to do this.

 

Problem: you want to display the output of an Alteryx Analytic App on the screen and the Browse tool is insufficient. You do not want the user to have to click another link to open a pdf, excel file, or csv.

 

Solution: transform the data using the Table Tool then use the Render tool to create PCXML which Alteryx Server will display nicely after the app has finished.


The Workflow:
Screenshot 2024-05-01 164251.png
The Output:
Screenshot 2024-05-01 164421.png

3 REPLIES 3
Qiu
21 - Polaris
21 - Polaris

@Joe_Churchill 
Are you talking abou the Rendering tool, which can generate a temporary HTML file.

2024-05-02 084010.png

Joe_Churchill
5 - Atom

Thanks @Qiu -- i just rewrote the post from a question to the solution as i finally figured it out. 

Qiu
21 - Polaris
21 - Polaris

@Joe_Churchill 
Thank you for letting me know and glad it is figured out.

Labels
Top Solution Authors