Hi All,
REquirement is to concat userresponse data with related object from database. Is looks like this.
=UserResponse("Query 1 with efashion" ,"SKU") + (If IsNull(<SKU desc>) Then " " Else <SKU desc>)
The header row gets suppressed or no data is displayed when for an sku no sku desc is present.
For eg: If user enters 115 for SKU when record is present in database the header shows 115 with its description. Like this.....
115 Leather
For some junk number say 100000 the cell totally gets blank where as it should show me ......
100000
Can sombody help me in this regard.
REquirement is to concat userresponse data with related object from database. Is looks like this.
=UserResponse("Query 1 with efashion" ,"SKU") + (If IsNull(<SKU desc>) Then " " Else <SKU desc>)
The header row gets suppressed or no data is displayed when for an sku no sku desc is present.
For eg: If user enters 115 for SKU when record is present in database the header shows 115 with its description. Like this.....
115 Leather
For some junk number say 100000 the cell totally gets blank where as it should show me ......
100000
Can sombody help me in this regard.