IMPORTANT:
this is not a Support Forum! Experienced users might answer from time to time questions posted here. If you need a professional and reliable answer, or if you want to report a bug, please contact Altova Support instead.

Profile: msordo
About
User Name: msordo
Forum Rank: Member
Real Name:
Location
Occupation:
Interests:
Gender: None Specified
Statistics
Joined: Monday, March 18, 2013
Last Visit: Tuesday, June 4, 2013 2:18:03 PM
Number of Posts: 20
[0.11% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: authentic- adding node with slash in opening tag?
Posted: Thursday, May 30, 2013 8:17:46 PM
Hi,
In an authentic form I have a node that gets inserted in xml. It is inserted as:

<EQ otype="boolean">true</EQ>

but I need it to be <EQ otype="boolean"/>

How can I set that up?

Thanks!
Topic: hiding an autocalc??
Posted: Thursday, May 30, 2013 1:24:07 PM
Thanks, Vlad. Setting display to none worked. No need to state the obvious: I'm a newbie.
I do appreciate your help!
Topic: hiding an autocalc??
Posted: Wednesday, May 29, 2013 3:42:38 PM
I'm using the autocalc to update a node. If I hide it with output-based condition so it doesn't show in authentic, it doesn't update the node either
Topic: hiding an autocalc??
Posted: Wednesday, May 29, 2013 3:25:27 PM
I added the condition, so if I'm displaying in authentic it doesn't show -which is fine - but then it does update the value I needed to update either.
Topic: hiding an autocalc??
Posted: Wednesday, May 29, 2013 3:11:05 PM
I added the condition, so if I'm displaying in authentic it doesn't show -which is fine - but then it does update the value I needed to update either.
Topic: hiding an autocalc??
Posted: Tuesday, May 28, 2013 8:53:45 PM
Does anyone know how to hide an autocalc, so it doesn't show in Authentic?
Topic: concatenating 2 variables and assigning them to an attribute
Posted: Tuesday, May 28, 2013 8:17:54 PM
Not sure it's the right way, but it seems to work:
I inserted an autocalc, in it I put the concat($currentClass,'.',$attributes) then in Authentic properties, Update XML node in Authentic, I added @selectedClassAndAttribute.

Now I just need to hide the autocalc from displaying in form.
Topic: concatenating 2 variables and assigning them to an attribute
Posted: Tuesday, May 28, 2013 8:13:13 PM
Not sure it's the right way, but it seems to work:
I inserted an autocalc, in it I put the concat($currentClass,'.',$attributes) then in Authentic properties, Update XML node in Authentic, I added @selectedClassAndAttribute.

Now I just need to hide the autocalc from displaying in form.
Topic: concatenating 2 variables and assigning them to an attribute
Posted: Tuesday, May 28, 2013 6:42:00 PM
Hi,
In Authentic View, I need to concatenate 2 variables and assign the resulting string to an attribute.
I'm using two combo boxes to select the values for the variables and I need to concatenate them (I know how to do it) and assign the new string to an attribute (I don't know how to do it)

The combo boxes store the selected string in two variable templates. These two combo boxes and the variables are within the context of the attribute (SelectedClassAndAttribute) I need to assign the concatenated string to.

The combos have these values:

combo1, which stores the selected value in $currentClass has:

employee
department
company

combo2, which stores the selected value in $attributes displays the attributes of the selected class. So, for employee, it displays gender, dob, salary...

So, if I select $currentClass=employee and $attributes=gender, I concatenate these with concat($currentClass,'.',$attributes), but then how do I assign this to the attribute SelectedClassAndAttribute???

Thanks!
Topic: authentic view capturing data with 'context'
Posted: Thursday, May 23, 2013 6:38:09 PM
Thanks for you help!

Use of the Altova User Forum(s) is governed by the Altova Terms of Use.