Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
hi the problem I am having is displaying a field with multiple lines in
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
Maybe you can use in script:
replace(YourField,chr(10),' ') as YourField
It will remove the break of lines by space.
Hope this help