Hi @Broodmdh
You either get filtered data after executing function calls, or it is filtered by the xsl transformation.
Try to open one of the functions, specify test data for the parameters (Button "Edit test value").
Click "preview", and see if the data is already filtered in the "Input" xml document. If yes -> the filtering is done in function calls, and you should find the filter in "Function calls" tab. If not -> that the xslt that is performing filtering. You can post here both function calls and source xsl if you meet any troubles figuring them out.
Xslt functions may seem a bit complex to use for a first time, now we do recommend people to use Razor functions instead
You either get filtered data after executing function calls, or it is filtered by the xsl transformation.
Try to open one of the functions, specify test data for the parameters (Button "Edit test value").
Click "preview", and see if the data is already filtered in the "Input" xml document. If yes -> the filtering is done in function calls, and you should find the filter in "Function calls" tab. If not -> that the xslt that is performing filtering. You can post here both function calls and source xsl if you meet any troubles figuring them out.
Xslt functions may seem a bit complex to use for a first time, now we do recommend people to use Razor functions instead