This topic is locked

Removeing labels from all but first

5/17/2016 11:43:40 PM
PHPRunner General questions
R
Replay author

I'm new to PHPR and had a question about the editor.
I've got a three-row result from a query that I'm displaying vertically. All's fine, except that all three columns in the output have the row labels and that's looking a bit cluttered.
I'd like to remove the row labels from all but the first record, so that it acts as the label for all three vertical records.
What I currently get:
col_name1 rec2_val col_name1 rec2_val col_name1 rec3_val

col_name2 rec2_val col_name2 rec2_val col_name3 rec3_val
What I'd like to get:
col_name1 rec1_val rec2_val rec3_val

col_name2 rec1_val rec2_val rec3_val
Anyone know a way to do this?
Thanks!

Sergey Kornilov admin 5/18/2016

I guess you can do that in Visual Editor.
Could you post a screenshot that shows what you see in generated application and what you need to remove?

R
Replay author 5/19/2016

Not sure if these will show, but here's a "before" and "after" that I'm hoping to accomplish. Thanks.
Before:


After: