Hello
I’ve managed to make API calls to one of our storage devices, but as a total newbie to API syntax etc, I was wondering how I
a) limit the width of a column
e.g. I have a ‘Names’ column that spans about half the screen. Would like to limit this to max number of characters.
b) filter the content of a column to include/exclude data containing certain values
I have values :-
ABC-DEF-HIJ
ABC-DEF-123
ABC-ABC-123
ABC-ABC-ABC
and I just want to display everything ABC-DEF-
Any help much appreciated