M
Martyn Lawson
Hi,
I have read previous queries and know that this is possible if the .xsl file
is modified manually.
I have a repeating table on a secondary datasource (called
Job_Bags__Prototype_) that i would like to filter. I have created this in a
new form and looked at the .xsl file to see the format and although it
appears to work for one of my filter conditions, i cannot get the other to
work.
I have the line:
<xsl:for-each select="xdXDocument:GetDOM("Job
Bags")/dfs:myFields/dfs:dataFields/dfs:Job_Bags__Prototype_ [ (@Customer_Name
= ../my:myFields/my:customer/my:customerName and @Status = "Quote")]">
in the .xls file. I am trying to filter the rows where the Customer_Name
field in the secondary datasource matches the
my:myFields/my:customer/my:customerName field in the main datasource and also
where the Status is equal to Quote.
Adding this line to the .xsl file works fine if i am just filtering on the
Status field, but not when i try to add the customerName filter. I am
assuming that my xpath is incorrect. Can you please advise?
Cheers,
Martyn...
I have read previous queries and know that this is possible if the .xsl file
is modified manually.
I have a repeating table on a secondary datasource (called
Job_Bags__Prototype_) that i would like to filter. I have created this in a
new form and looked at the .xsl file to see the format and although it
appears to work for one of my filter conditions, i cannot get the other to
work.
I have the line:
<xsl:for-each select="xdXDocument:GetDOM("Job
Bags")/dfs:myFields/dfs:dataFields/dfs:Job_Bags__Prototype_ [ (@Customer_Name
= ../my:myFields/my:customer/my:customerName and @Status = "Quote")]">
in the .xls file. I am trying to filter the rows where the Customer_Name
field in the secondary datasource matches the
my:myFields/my:customer/my:customerName field in the main datasource and also
where the Status is equal to Quote.
Adding this line to the .xsl file works fine if i am just filtering on the
Status field, but not when i try to add the customerName filter. I am
assuming that my xpath is incorrect. Can you please advise?
Cheers,
Martyn...