Good afternoon,
I am working with two repetitions in my form:
- First repetition: Contains a category and a subcategory, which are automatically generated N times.
- Second repetition: Lists products filtered according to the subcategory of the current repetition.
Problem:
When the second repetition is displayed more than once, I get the following error:
css
CopiarEditar
Xpath nodeset has more than one node [/data/PlanInversion[1]/GrupoRepeticionPlanI[1]/Plan[1]/QListPlanInversion[1]/RepeticionSubcategorias[1]/SubcategoriaPruebaCurrent[1]M/data/PlanInversion[1]/GrupoRepeticionPlanI[1]/Plan[1]/QListPlanInversion[1]/repeticionSubcategoria[2]/SubcategoriaPruebaCurrent[1]];
cannot convert multiple nodes to a raw value. Refine path expression to match only one node.
If the second repetition is executed only once, the error does not occur.
Current setup:
- Filter in the product variable:
xpath
CopiarEditar
contains(Subcategoria, #form/PlanInversion/GrupoRepeticionPlanI/Plan/QListPlanInversion/RepeticionSubcategorias/CalculoSubcategoriaFiltrado)
- Calculation of
CalculoSubcategoriaFiltrado
:
xpath
CopiarEditar
selected-at(current()/../../CalculoSubcategoria, 0)
- Calculation of
CalculoSubcategoria
:
xpath
CopiarEditar
instance('item-list:CategoriaSubCategoriaPlanIn')/CategoriaSubCategoriaPlanIn_list/CategoriaSubCategoriaPlanIn[Codigo = current()/../CodigoRepeticion]/Subcategoria
I have attached the form in XLF format for better clarity.
I would really appreciate your help, as I have been trying to resolve this issue for several days without success.Código formulario