How to remove blank Space in Report(MORPHX Report)

Hi Guys,

I set a condition to remove/hide the data if there is no Order Qty and Document Status is Invoice.

but i thought it will be easy, it show’s another problem.

there is a blank space between 2 item, which is the remove/hide data.

i’am using MORPHX Report.

and i don’t how to do it.???

TIA

Help plss…

Anyone?

the data which is hide , can you try using width and height as dynamic.

Hi Kunal,

How can i do that? can you please teach me?
thanks.

Here is the design…

yes you can select the field and check the property , in your case there is some fixed height . remove that and put AUTO

Hi Kunal,

I tried what you’ve said, but still there is a blank space…

Still i can’t get what i want…

i think there is a problem in item description. Previously i faced this kind of issue

Ganesh,

What is the problem in item description?
Really? so how din you solve the problem?

can you share? so that i can try.

tnx.

Jhon,

i have a problem in item description field, its taking its original height and length not depend on description characters.
So, i created a new method for this item description problem is solved.

Regards,
Ganesh

okay i will try… i get back to :slight_smile:
tnx

Ganesh,

How did you create your method ?

jhon,

Create a display method in the body " Wiz_devPickLis"

display name itemName()
{
return InventTable::find(datasourceName.ItemID).name;
}

add this method in the body and drag and drop. It create a string type called" itemName" and put property “dynamicHeight” to Yes.

okay now, how can i return the value to the process report? sorry beginner …