Hi all
How can i show the whole content from a field (text editor) in dynamics NAV (more than 256 characters) in a jet Report? Field size in excel is limited.
thanks
Hi all
How can i show the whole content from a field (text editor) in dynamics NAV (more than 256 characters) in a jet Report? Field size in excel is limited.
thanks
It's really a limitation of Excel and not something that Jet can override.
Thanks
is there any workaround to get the whole content?
There is, but there are some limitations. I will post how to do it next week (on PTO now).
The challenge is that you will never know how many characters there are (unless there is a max value) and you will need to break that text into separate cells.
You will need to create a NL("First") Record Key and then use Excel's MID function to break the NFs into chunks. You will need to decide what the starting points and number of characters to grab in the MID function and then also figure out what the max number of MID functions you will need. I just used 5 characters for illustration purposes:

No, i'm sorry. It doesn't work with more than 250 characters. The max number of summary chrunks is still 250 characters.
Is it possible to read an decode a blob-file with jet reports?
If the field is a BLOB field, you can only use NL("Blob") to read the field. Ultimately, it seems like you have a bit of a complicated request and would probably best served working with a consultant.