Formula Fields [message #253767] |
Fri, 11 April 2008 13:24  |
Eclipse User |
|
|
|
Originally posted by: lholt.ucsd.edu
Hello,
I am new to Birt Reporting, and I need help in finding out how to create a
value/expression.
In crystal report it's setup this way:
Local StringVar Record := "";
Record := (Left ({table.record},2));
Record;
What syntax do I need to set this up in birt.
Thanks,
Lura
|
|
|
|
Re: Formula Fields [message #253880 is a reply to message #253813] |
Mon, 14 April 2008 11:56  |
Eclipse User |
|
|
|
Originally posted by: jasonweathersby.alltel.net
Try
dataSetRow["PRODUCTCODE"].substr(0,2)
Jason
Mark Dexter wrote:
> Lura wrote:
>> Hello,
>>
>> I am new to Birt Reporting, and I need help in finding out how to
>> create a value/expression.
>> In crystal report it's setup this way:
>>
>> Local StringVar Record := "";
>> Record := (Left ({table.record},2));
>>
>> Record;
>>
>> What syntax do I need to set this up in birt.
>>
>> Thanks,
>>
>> Lura
>>
> Hi Lura. I think you'll have better luck at the eclipse.birt forum. I've
> copied this reply to that forum for you. Mark
|
|
|
Powered by
FUDForum. Page generated in 0.09114 seconds