Hi All,
Sorry if the following has been answered already but I am unable to find any solution yet.
So I am currently facing trouble where my data-set is like this:
| Column 1 | Column 2 |
| host | abc |
| original_string | def |
| remote_user | ghi |
| host | kjl |
| original_string | mno |
| remote_user | pqr |
When I am trying to use "Cross Tab" to get Column 1 values as new header while Column 2 values as values. I only get "1 result" where I am expecting 10000+.
| host | original_string | remote_user |
| 1 | 2 | 3 - Nothing more |
Why is this happening?
NOTE - Due to confidentiality of dataset, I can't upload it but I have tried to explain my issue as best as I can.