Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
cbaqir
Specialist II
Specialist II

varchar(max) to table view

@swuehl - I saw this post and was hoping it could be adapted somehow

My source field has this format that is stored as varchar(max) in the database:

2020-10-01_15-27-57.jpg

The only semi-useful thing I have figured out is how to strip the HTML using a module but it doesn't align the view into columns and rows like the image above.:

trim( StripHTML(BUILD_HOURS_TABLE)) as BUILD_HOURS_TABLE,

I am desperate for a solution to be able to take these RTF tables and get discrete columns and rows so that I can do some calculations. Use DEFECT_ID = 718 for an example. Does anyone have any ideas at all?

2020-10-01_15-32-36.jpg

Labels (4)
1 Reply
swuehl
MVP
MVP

Hi, could you post an example of the original input field format, before stripping the html (maybe exported to a text file)?
How did you create the first screenshot?