Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nafetsreuab

Pages: [1]
1
Thank you alot! Thats it. Works.  :)

2
I feel sorry. Indeed there is sql fragment in the template i inherited.

Code: [Select]
select CASE
WHEN id.value is null THEN '--'
ELSE id.value END as reqid, req.note as reqnote, req.name as reqname
from (((t_object as uc
left join t_connector as rcon on rcon.Connector_Type ='realisation' and rcon.end_object_id = uc.object_id)
inner join t_object as req on req.object_id = rcon.start_object_id)
left join t_objectproperties as id on id.object_id = req.object_id and id.property ='Customer_UID')
where uc.object_type = 'usecase'
and uc.object_id =  #OBJECTID#
order by reqid desc

3
Hi Geert,

thanks for your time.

I just select Functional Requirement from the Toolbox and drop it in a folder with other requirements or into a completely new folder.
Then i select the requirement and simply change Name and type 'ö' in The notes field. No manual sql at all.

Then as described, -> F8, Generate. then examine the resulting document. Then, the notes-field in the document shows ö

Regarding your test; I set <b>bold text</b> in the notes field. Result in document is similar wrong:

&lt;b&gt;bold text&lt;/b&gt;

Looks like EA is not capable of doing translation.

4
Dear Forum,

generating a pdf or docx-file through document generation (F8) Unicode-encodes Umlauts (öüä) and some special-signs (ß) in the export-document.

Example:

Type: FunctionalRequirement
Name: ä

Requirement Notes-Field: ä

During export only the umlauts in the Requirement-Notes-Field get Unicode-encoded not the Name-field even though it contains the same text.

Result:

Name: ä
Notes: &#228;

I tried all possible variations of Codepage/Language/Charset to no avail.

any help is greatly appreciated.

Regards

Steve

Pages: [1]