Nov 10, 2005 #1 alebox20 Programmer Oct 19, 2004 72 BR I have a cross tab report wich I need to insert a field, but I receive this message. The odd thing is the field exists (I can insert the field in the report, but I can't use it in a formula). thanks!
I have a cross tab report wich I need to insert a field, but I receive this message. The odd thing is the field exists (I can insert the field in the report, but I can't use it in a formula). thanks!
Nov 10, 2005 #2 kutoose Technical User Sep 11, 2002 169 US Which version of Crystal you are using ? Upvote 0 Downvote
Nov 10, 2005 #3 synapsevampire Programmer Mar 23, 2002 20,180 US CR 8.5 and below can't use them in formulas, in fact you're limited to fields of 254 or less. You might get around this by creating a SQL Expression in Crystal which parses it down to 254 characters, such as: substr(table.field,1,254) A wild guess at the syntax because you've posted nothing technical, such as: Crystal version Database/connectivity used Example data Expected output In other words, your post doesn't ask for anything more than confirmation of what you already know, that you can't use it. Why not post what you have, and what you need? -k Upvote 0 Downvote
CR 8.5 and below can't use them in formulas, in fact you're limited to fields of 254 or less. You might get around this by creating a SQL Expression in Crystal which parses it down to 254 characters, such as: substr(table.field,1,254) A wild guess at the syntax because you've posted nothing technical, such as: Crystal version Database/connectivity used Example data Expected output In other words, your post doesn't ask for anything more than confirmation of what you already know, that you can't use it. Why not post what you have, and what you need? -k
Nov 11, 2005 Thread starter #4 alebox20 Programmer Oct 19, 2004 72 BR My post asked about an error, and you resolved it. I cannot see problems... I have a problem, so I need the solution. PS: CR8.5 Upvote 0 Downvote
My post asked about an error, and you resolved it. I cannot see problems... I have a problem, so I need the solution. PS: CR8.5