views:

332

answers:

1

I have a crosstab that I would like to have automatically centered (left to right) on the page. I would have thought this a simple thing.

For example, on a web page I could do something like "align=center". In a java GUI I would use a layout manager. In GWT I would use a panel. In Word I would use Ctrl-E. In Latex, \centering.

Please help me find the magic incantation to force Crystal XI to do my bidding.

A: 

Anyone here knows how to write formulas for cross-tab. I get a mix of strings and number for columns. Right now, it considers all column values as string and left aligns - I am looking for a way to find if the column value is number then align right. Is it possible in crosstab?

japss
@japss, you should not post your question as an answer to mine. Stack Overflow is not a discussion forum, it is a question and answer site. You should post your question as a new question. (see the "ask a question" button in the upper right of the page. Of course you should only do that after you have searched to see if anyone else has asked the question)
Peter Recore