Here is my query:
PARAMETERS ... TRANSFORM ... SELECT ... ... PIVOT Mytable.type In (\"Other\",\"Info\");
This is a cross query and I need
Why not adding those headings in a table and join that table in your xtab query ? That's probably easier to maintain that hard coding it in a function.