Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

Formula to total a null column is not showing in output

lamor
6 - Meteoroid

We have a formula set up to total once a row becomes null. Based on the formula it looks like it is calculating (2nd image). We then join it with other data and we get 0 instead of the total amount. The other columns are totaling as they should. 

 

formula with totals.PNGFormula.PNG

9 REPLIES 9
OllieClarke
15 - Aurora
15 - Aurora

@lamor can you show your formula for column [1] please, as that seems to be the problem value?

nagakavyasri
12 - Quasar

@lamor Could you post the formula used to calculate the columns? Also, you can try to debug the workflow at each point till the join to understand where the data is changing.

lamor
6 - Meteoroid

Yes formula for column 1 attached and working formulas formulas.png

lamor
6 - Meteoroid

Here are the formulas. I used a browse tool at the formula and it looks like the formula is not calculating as I thought?formulas.pngbrowse tool.PNG

CoG
13 - Pulsar

What are you trying to calculate? It looks like the formulae are calculating just fine, since all they do is replace null values with 0.

lamor
6 - Meteoroid

It should be calculating all the rows above it. The highlighted row is the total row for the other 2 columns, which is calculating appropriately. Capture.PNG

MelGibson
10 - Fireball

Are you able to post a mock workflow?

lamor
6 - Meteoroid

Sure, Would this just be a screenshot of the entire workflow? 

CoG
13 - Pulsar

It looks like the issue here is occurring before the Union Tool. That's where I would focus my attention. What are you getting after the Summarize and Cross Tab Tools?

Labels