[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[birt-report-designer-dev] A question about removing single quotes on string parameter
|
- From: Xiaofeng Han <xiaofeng.han@xxxxxxxxx>
- Date: Wed, 4 Feb 2009 23:12:22 -0800
- Delivered-to: birt-report-designer-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=tN++PBfkisyKQiNgDR+2XIyEGov1bffdbkCszcTVHYI=; b=qqI4YYwA6pgu4YMiTJltEXC5nRQugF4jcRZPXQnbfXYRfAGm77c++58piMtPFiwjek dRhxAxri1P4EEhaDxGYSOz/U0LOPTr5yH8v90KxZWo3m5ZGv5lqGlb8zBqQqc0zCG5lY roQuMrjeCjqhWJj7Tb8VOkwFzUuAW94hlQeNk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=jkFj8zIc7Zgzvwf9ZjhGMME8ZT52QfZWVL1G51UprjWjroBESEP+xtvaLVhZEvpOsr r0atks66Rf6JcHay4QyibeKMZUUdfIphctnJZvR1RXbk15H/uvDZj1TynzNkrnPHTrJe wC4KE2mwyWWorQ2YRYkaaAO0b01f1rwoooJQw=
Hey,
I just started to learn how to use Birt. Now I have a question and need help.
I setup a parameter A as a string. However, instead of using A as a
value in SQL, I need to use it as the column name.
i.e., in SQL it looks like tablename.? = ?, where A will be used for
the first question makr.
However, Birt will automatically add a pair of single quota on the f
A, which cause syntax error (tablename.'A'). Is there any simple way,
rather than write script to use a string parameter without this pair
of single quotes.
Thanks a lot!
Xiaofeng