We use cookies to try and give you a better experience in Freshdesk.
You can learn more about what kind of cookies we use, why, and how from our Privacy policy. If you hate cookies, or are just on a diet, you can disable them altogether too. Just note that the Freshdesk service is pretty big on some cookies (we love the choco-chip ones), and some portions of Freshdesk may not work properly if you disable cookies.
We’ll also assume you agree to the way we use cookies and are ok with it as described in our Privacy policy, unless you choose to disable them altogether through your browser.
I have a basic table, but I need to specify the column widths in pixels. 5 Columns in total, different pixel values for each column.
How do I write that specification:
[ColumnNumber] = 1 = 120
[ColumnNumber](1) = 120
I have tried a bunch of different ways.
Plus I need to specify 5 columns, so how do i join them together once I get 1 column right?
1 Votes
Emma Camacho posted 5 months ago Admin Best Answer
Hi Debi, the syntax to do this is:
CreateList( <value1>,<value2>, ... )
for example, in your case with pixels:
CreateList( 120,100,50,50,50)
regards, Emma
0 Votes
1 Comments
Emma Camacho posted 5 months ago Admin Answer
Hi Debi, the syntax to do this is:
CreateList( <value1>,<value2>, ... )
for example, in your case with pixels:
CreateList( 120,100,50,50,50)
regards, Emma
0 Votes
Login or Sign up to post a comment