Hi team, i using the WebServiceDatasource in the Web Report Designer, response of the datasource as below
{
"CurrentCompanyID": "{{CurrentUserID}}",
"CurrentUserID": "{{CurrentUserID}}",
"CurrentUserEmail": "{{CurrentUserEmail}}",
"CurrentCompanyName": "{{CurrentCompanyName}}",
"CurrentPlacementID": "{{CurrentPlacementID}}"
}
in the page, i just binding [= Fields.CurrentCompanyID] in textbox
but preview, this textbox is empty. Can you tell me why? Any restriction with the value?
One more question. If the response is a array, how to i get the item by index? Something like this [= Fields.CompanyID(0).Value]
{
"CurrentCompanyID": "{{CurrentUserID}}",
"CurrentUserID": "{{CurrentUserID}}",
"CurrentUserEmail": "{{CurrentUserEmail}}",
"CurrentCompanyName": "{{CurrentCompanyName}}",
"CurrentPlacementID": "{{CurrentPlacementID}}"
}
in the page, i just binding [= Fields.CurrentCompanyID] in textbox
but preview, this textbox is empty. Can you tell me why? Any restriction with the value?
One more question. If the response is a array, how to i get the item by index? Something like this [= Fields.CompanyID(0).Value]