Hi,
I have looked for more then an hour and i can't find an answer.
And I can't solve the problem on my own :s
I search for a way to combine 2 tag fields in 1 tagpanel field.
I have 2 tagfields
MOVEMENT : 1
MOVEMENTTOTAL : 100
and I want to create 1 tagpanel field for it that shows me 1/100
also i want it to be posiblible to put for example 50/150 in the tagpanel and that it write it to the tagfields :
MOVEMENT : 50
MOVEMENTTOTAL : 150
I can create the tagfields seperated but it is more easy that i can type 2/8 and safe it to the 2 tagfields
Who can help me out!!!!
Thnx
THis is currently not possible.
Or you create a user-defined field that you fill with an action and also separate it into the designated fields.
Hi thank you for the reply,
i created a costumfield DEEL VAN and there i combined the tagfields %movement%/%movementtotal%
I also put the "DEEL VAN" in my tagpanel
So far, far so good.
But I don't figured out the action yet 
Ok I came up with the next action
[#0]
T=7
F=%DEEL VAN%
1=%movement%/%movementtotal%
It works but I don't know this is the propper way to do this.
Thnx
The reverse action to split the user-defined would be one of the type "Guess value" (import tag fields) (which you would have to execute manually)
Source: %DEEL VAN%
Pattern: %movement%/%movementtotal%