Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

One to Many HTML Field

Quote IDHTML
8501

<tr>

  <td>Product ID</td><td>Part #</td><td>Product Description.</td>

</tr>

<tr>

  <td>Product ID</td><td>Part #</td><td>Product Description</td>

</tr>

8502

<tr>

  <td>Product ID</td><td>Part #</td><td>Product Description.</td>

</tr>

<tr>

  <td>Product ID</td><td>Part #</td><td>Product Description</td>

</tr>

I have a Table that has Quote ID field and HTML field.  The HTML Field has Many Product ID's that link to one Quote ID.

My objective is the convert the HTML field into it's own separate table and join it back to the original table with the Key Field Quote ID.

The issue that I have is that I do not know how I can get the Quote ID into the HTML Table so that I can then convert into a CSV file or whatever so that QlikView analyze the data and join it to the original table.


Any ideas?  Should I even be attempting this?

1 Solution

Accepted Solutions
Gysbert_Wassenaar

See attached qvw.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

See attached qvw.


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Gysbert...you are a Genious Legend!  I didn't think it would be so easy.