Control the width of the VALUES column #255
Replies: 2 comments 1 reply
-
Thanks for the question! The report table can be obtained as a Great Tables object with Given that the set of values will be very large, another idea is to add a source note with GT’s |
Beta Was this translation helpful? Give feedback.
-
That is really helpful. Thank you @rich-iannone |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a table which contains a column for currency so I have used the
.col_vals_in_set()
method to determine whether the code is one of the allowed ISO_4217 values. However, the resulting validation table lists all 179 codes in the VALUES column so it is very wide. Is there any way to define a max width? I have scoured the documentation, but not been able to find anything.I noticed in your Advanced Validation example, the VALUES are truncated, with a ..., how is that achieved?
Thanks for any help.
Beta Was this translation helpful? Give feedback.
All reactions