<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<br>Hi Johannes, <br><br>thanks! I had only [string] fields but I could combine them with help of your syntax. <br>[NAME]+': '+[NUMBER]+' No.'<br>The syntax was not correct in my case.. <br>Thanks again and best regards, <br>Ruth<br><br>Ruth Schönbuchner<br><b>CSGIS</b><br>Email:ruth.schoenbuchner@csgis.de<br>Web: h<b>ttp://www.csgis.de</b><br><br><div><div id="SkyDrivePlaceholder"></div>> Date: Thu, 3 May 2012 05:17:16 -0700<br>> From: spatialjoe@googlemail.com<br>> To: gvsig_internacional@listserv.gva.es<br>> Subject: Re: [Gvsig_english] Field calculator expression<br>> <br>> Hi Ruth,<br>> <br>> combining two flieds in one extra field is easy as long as you think about<br>> data types.<br>> So in your example, I assume [output] to be a string field whereas [Number]<br>> maybe integer.<br>> You have to convert numerical to string values (Typ: numerisch,<br>> Kommandos:tostring)<br>> So [output] in your examplewould be:<br>> <br>> [NAME]+': '+ toString([NUMBER])+' No.'<br>> <br>> Best,<br>> <br>> Johannes<br>> <br>> <br>> --<br>> View this message in context: http://osgeo-org.1560.n6.nabble.com/Field-calculator-expression-tp4949047p4949066.html<br>> Sent from the gvSIG users mailing list archive at Nabble.com.<br>> _______________________________________________<br>> Gvsig_internacional mailing list<br>> Gvsig_internacional@listserv.gva.es<br>> <br>> To see the archives, edit your preferences or unsubscribe from this mailing list, please access this url:<br>> <br>> http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional<br></div>                                            </div></body>
</html>