How to resolve
N-Dimensional Join Errors
and how to identify and handle NULL.
I am facing below error/warning in alteryx designer workflow.
Error:
" 128 records were generated by an N - Dimensional Join key ( Business Region: XYZ ,COUNTRY: ABC).
My expected output rows : 210 to 250 rows
But i am getting 2300 rows
I checked and found ,output rows contains few null records, i sucpect that because of NULL ,my multiple join tool getting to much records like 2300 rows. ( but not sure).
I Tried below 2 options
1. Warn on multidimensional joins....
( In this case record count coming is 2335)
2. Error on multidimensional joins....
( In this case record count is coming 123) with N- Dimensional error.
I also tried option " Allow All multidimensional..."
But result is not expected.
My input to Multiple Join tool is not contain any NULL ,But output contains Null values.
I checked throughly, but not able to figure out from where these nulls are coming.
Please advise how to resolve issue.
Regards
Piyush J