Build 5.0.1.47:
I have created sql bizcomponent with attribute on_zero_rows where there are no data matching the where criteria.
When executed the BizView it is displaying empty results instead of reference values with the element structure like below:
<Element>
<OrderID>%OrderID%</OrderID>
<ProductID>%ProductID%</ProductID>
<UnitPrice>%UnitPrice%</UnitPrice>
<Quantity>%Quantity%</Quantity>
<Discount>%Discount%</Discount>
</Element>
Note: In 4.5 when i executed the same bizview it has displayed execution result as follows:
<Element>
<OrderID>%OrderID%</OrderID>
<ProductID>%ProductID%</ProductID>
<UnitPrice>%UnitPrice%</UnitPrice>
<Quantity>%Quantity%</Quantity>
<Discount>%Discount%</Discount>
</Element>
Help defined for this attribute also same above mapping to be displayed in results.
Please find the attached test case.
I don't see a difference in the two outputs, what am I missing?