Hi Surya, Actually we are import a table from SQL into IS. In that table One of the field contain a long text which has max of 1500 Characters. when I check that field in IS, And Profile that table the large text contained field data showing only 256 Characters in the Profile results. I have checked below things in my investigation.
1) In the SQL Connection the max length of karchar is set to 4000 (max)and by defAult it was 255 chars. But no change in the profile results.
2) That field datatype checked with below types in SQL.
→ nvarchar (max)/Vardar (maa): no date shows in profile when do column Profile.
→ Varcar (8000) Or with any length: In Is profile results Showing only 255 Chars.
3) This field data showing full text in SQL.
please let me know i f you need any additional information.
Thanks
Venky