Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

SetPixWidth only works for first column

Hi

I have a straight table and i'm trying to set the column widths via a macro. I can only seem to change the width of the first one column 0

  obj.SetPixWidths 0, 500

 

   obj.SetPixWidths 1, 500

The second line above does nothing.

Does anyone know why this might be?

Thanks

Andy

1 Solution

Accepted Solutions
Not applicable
Author

Solved it myself

I realized the first parameter is not for the column number

Thanks


Andy

View solution in original post

1 Reply
Not applicable
Author

Solved it myself

I realized the first parameter is not for the column number

Thanks


Andy