February 9, 200421 yr I have a form I am trying to submit and am using xsl. I need a way of editing the last portal row and the field in the last portal row. For editing the last portal row I have used <xsl:value-of select="fm:COL[7]/fm:DATA[last()]"/> in everything I use but for a field that I am editing in the portal I need the number, that is the last portal number. Is this possible? name="Evalrespond1::ShortAnswerResponse. Justin Grewe Platform: / Version: Windows XP Professional FileMaker Version: Filemaker Pro 6
February 11, 200421 yr Author I got it. All I did was create a filemaker calculated field and then just name="Evalrespond1::MultipleChoiceResponse.{fm:COL[20]}", where the fm:COL[20] is referenceing that field. The field is just the number of zk.constants in the related portal. Therefore it counts the number of related records because zk.constant will always have a value.
Create an account or sign in to comment