Hi, Thanks for your time. I have this scenario where the data is input from JSON file.. when i try to cross tab the data together it is not aligning correct
what is this data about? products and the list of applications that belong to that product..
first dataset is for products and then applications and some product attributes
when I try to cross tab.. since there is null in one of column that iam using for group by in cross tab -- it is going to a separate record - JSON_Name4 has null because these are for product only

after the cross tab it looks like below

I have to do with 1 single cross tab so that i have the workflow is not complex... any suggestions or ideas