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
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.
yes you can select the field and check the property , in your case there is some fixed height . remove that and put AUTO
jemt22
May 15, 2016, 12:09am
8
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
jemt22
May 20, 2016, 2:05am
11
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
jemt22
May 20, 2016, 6:08am
13
okay i will try… i get back to
tnx
jemt22
May 23, 2016, 2:41am
14
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.
jemt22
May 23, 2016, 7:00am
16
okay now, how can i return the value to the process report? sorry beginner …