show data by row
Posted: Thu Oct 24, 2024 6:17 pm
Hi
I have an sp that returns 3 records, on field (field1) contains these data: record1 : 5 - record2 :3 - record3 : 4
everything in my sp is ok, but when I merge xml file (xsd) to my current data sets, for each record of field 1 it only shows 5 which means my first value
I have 2 data sources before, and this one is datasorce number 3 , the other data sorces have no problem and every row shows right data for each row
How could I fix this problem?
I have an sp that returns 3 records, on field (field1) contains these data: record1 : 5 - record2 :3 - record3 : 4
everything in my sp is ok, but when I merge xml file (xsd) to my current data sets, for each record of field 1 it only shows 5 which means my first value
I have 2 data sources before, and this one is datasorce number 3 , the other data sorces have no problem and every row shows right data for each row
How could I fix this problem?