Forum Discussion
Text Field Can't display the visual
- 9 years ago
Hi rodrigor,
A change was made recently to send better Direct Query to SQL Server data source (and may be other).
But these queries use a function that is not compatible with text/ntext/image data type.
TEXT, NTEXT data types are deprecated. TEXT is non-unicode which can cause all kinds of problems
Please try to change data type to VarChar(Max) or NVarChar(Max).
Best Regards,
Qiuyun Yu
Hi rodrigor,
As the report get data from SQL Server database, it requires gateway after publish to service. Have you created a SQL Server data source under data gateway and configure the dataset to use that data gateway? For more information, see: Manage your data source - SQL Server.
Best Regards,
Qiuyun Yu
thanks Qiuyun Yu. Is it actually necesary to do this. Other reports and controls are working fine without the gateway. It is just the text field that is causing the report to break. More details in my reply to Guavaq.