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

table data with a multiline field

Hi there i need to display some data which has one field with a multiline field in

how can i display this data in qlikview?

please see the sample data below thanks jon

error loading image

4 Replies
Not applicable
Author

hI,

Try to do this:

Right buttom > new sheet objevt > table box and you can select fields you want to see

or

Right buttom > new sheet objevt > chart > pivot table if you weant to operate with data

Fiber9906

Not applicable
Author

hi the problem I am having is displaying a field with multiple lines in

jonathandienst
Partner - Champion III
Partner - Champion III

Hi

In the chart Properties | Presentation, you can set the Wrap Cell Text to a specific number of lines.

Although this might not be what you want as it affects all rows of the chart.

Jonathan

Yet another Qlikview Blog

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Not applicable
Author

Maybe you can use in script:

replace(YourField,chr(10),' ') as YourField

It will remove the break of lines by space.

Hope this help