Solved! Go to Solution.
This is the best response I've seen. Thank you for sharing it with us.
Happy Holidays,
Jacob
A round about way to fix the header if you have multiple alphanumeric names would be to add a record ID column and do two crosstabs (one with the record ID and actual header names you want and one with the record ID and other data column you want). Then union them and use a dynamic replace to change the header (record ID numbers) to the header names you originally wanted.
It isn't an elegant way of doing it, but it may help avoid having to sift through data and get technical with formulas.
Hi,
thanks for this workaround.
But honestly, isn't this a bug in the tool? I was using the crosstab tool in context of generating a JSON File with a given structure. Replacing certain characters tends to break those.
Is there any bug report or an idea yet that I could upvote?
Or is there a chance for a CReW Macro that does this better?
Regards