Start a new topic
Not Taken

Replace Carriage Returns and Line Feeds in a Burst

When bursting from Webintelligence we have found that a .hyper file to Tableau thinks these characters are invaild.


This can be fixed in Webintelligence with the following variable:


=Replace(Replace([Project Name];Char(10);" ");Char(13);" ")

Line Feed ascii is 10

Carriage Return is 13


Suggestion is to have this done while bursting a character fields.  if this any where then replace it with a space.


This is what the formula does:


image


Currently the system logs show:


image



1 Comment

Hey Tom. This is not something we can address from the InfoBurst side. I recommend continuing with the formula workaround in WebI.

Login or Signup to post a comment