Page 1 of 1
Cross Tab - hide column
Posted: Thu Aug 18, 2016 8:02 pm
by Leandro Borges
Hello.
It is possible in Cross Tab hide a column if the field is null and move other columns not to be an empty space?
Thank you.
Re: Cross Tab - hide column
Posted: Fri Aug 19, 2016 1:07 pm
by HighAley
Hello.
You could use filter for this.
Thank you.
Re: Cross Tab - hide column
Posted: Fri Aug 19, 2016 2:56 pm
by Leandro Borges
Hello.
Attached, example.
Note that there is a blank space. In the event before print, it was entered this if:
Event before print: CrossTab1_SumHeader2
if (Principal.QUE_CAMPO_DATA == "S")
{
CrossTab1_SumHeader2.Enabled = true;
}
else
{
CrossTab1_SumHeader2.Enabled = false;
}
Event before print: CrossTab1_Sum2
if (Principal.QUE_CAMPO_DATA == "S")
{
CrossTab1_Sum2.Enabled = true;
}
else
{
CrossTab1_Sum2.Enabled = false;
}
It is possible, according the if, move other columns to not have an empty space?
Thank you.
Re: Cross Tab - hide column
Posted: Sat Aug 20, 2016 8:36 am
by Jan
Hello, Leandro!
Sorry, you cannot remove the column from the crosstab in this way.
Thank you.
Re: Cross Tab - hide column
Posted: Tue Aug 23, 2016 1:14 pm
by Leandro Borges
Hello, Jan!
Exist some way? What?
Thank you.
Re: Cross Tab - hide column
Posted: Tue Aug 23, 2016 2:20 pm
by Alex K.
Hello,
In this case, you can remove it only in the CrossTab editor in the designer.
Thank you.
Re: Cross Tab - hide column
Posted: Tue Aug 23, 2016 5:51 pm
by Leandro Borges
Hello.
But the field should appear as If. If the if is true the field appears, otherwise not appear.
Thank you.
Re: Cross Tab - hide column
Posted: Tue Aug 23, 2016 8:12 pm
by Alex K.
Hello,
Unfortunately, it is not possible for the Cross-Tab component.
Thank you.
Re: Cross Tab - hide column
Posted: Wed Aug 31, 2016 7:52 pm
by Leandro Borges
Hello.
Ok.
Thank you.
Re: Cross Tab - hide column
Posted: Thu Sep 01, 2016 5:50 am
by Alex K.
Hello
Let us know if you need any additional help.
Thank you.