Normal Topic Change report element from text to number? (Read 532 times)
Infinity
Senior Member
Members
*****
Offline


Diagonally parked in a
parallel dimension

Posts: 1290
Location: Massachusetts
Joined: May 27th, 2005
Change report element from text to number?
Jan 12th, 2007 at 7:09pm
Print Post Print Post  
Many of my Q&A reports used derived columns.  As an example, my "Monthly Billed" report has a column called Running_Total which shows a value that adds itself to the amount of each invoice, and a Needed_To_Tie column which subtracts this value from the amount of last year's total billing in the same month.

However, after translation, both these columns are formatted as Text, which breaks the programming because it's trying to do math on them (type mismatch error).

I can't seem to find a way to change this format to money.  The Property Editor will only allow me to do Text formatting on it (uppercase or lower case).  Is there a step I'm missing?
  

**
Captain Infinity
Back to top
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Change report element from text to number?
Reply #1 - Jan 12th, 2007 at 7:40pm
Print Post Print Post  
If these are Unbound elements, there is a choice on the Format Tab of the Property Editor marked Format Unbound As. This allows you to specify the type of Unbound values.

If these are Bound, you have to change the underlying field type.
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged
 
Infinity
Senior Member
Members
*****
Offline


Diagonally parked in a
parallel dimension

Posts: 1290
Location: Massachusetts
Joined: May 27th, 2005
Re: Change report element from text to number?
Reply #2 - Jan 12th, 2007 at 7:53pm
Print Post Print Post  
Yep, that did it, thank you.
  

**
Captain Infinity
Back to top
IP Logged