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.

Imposing formatting

ShantanuDagar
8 - Asteroid

Hey,

 

I have 2 outputs from 2 workflows.

 

Example:        A  B   C   D                             A   _   C   _

                       1  2    3    4                AND      _    2   3   _

                       5   6    7    8                            5     6   _  8

 

Dashes means those cells are vacant.

 

I want to create 1 output which shows all the values of output 1 but all the values of output 2 are highlighted or colored in it.

 

Example:      

                       A  B   C   D                            Bold is colored. And the output extends across 1000s of records and 100 columns. Just a small example.

                       1  2    3    4               

                       5   6    7                            

2 REPLIES 2
ShankerV
17 - Castor

Hi @ShantanuDagar 

 

Can you please confirm the schema of both the outputs, which you are going to use as input is same.

 

 

Many thanks

Shanker V

ShantanuDagar
8 - Asteroid

@ShankerV 

yup, it's same.

 

Every column of 1 output matches to the corresponding column of other.

 

Perfectly aligned.

Labels
Top Solution Authors