Is it possible to achieve crosstab like view using form

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Is it possible to achieve crosstab like view using form

Ravindra Mandre-2
Hi all,
I want to know that ,Is it possible to achieve a cross tab look in ofbiz
using Forms or the following look (for example),

          |  field A |    field B   field C       field D   field E   field
F    field G ..... upto certain numbers
----------|------------|-----------------------------------------------------------------------------------------------------------------------
field1  |  value  |  value     value         value    value    value
value ......
field2  |  value  |
field3  |  value  |
field4  |  . ..      |
field5  |  ...       |
field6  |  ...       |
field7  |            |
.
.
.

it may be possible I don't know how to do , if it is documented and someone
did like this then its great help to me if he can share his experience.
or any one can suggest how to achieve it.




Regards
Ravindra Mandre
Reply | Threaded
Open this post in threaded view
|

Re: Is it possible to achieve crosstab like view using form

BJ Freeman
before widgets got developed, I marshaled the data in script then uses
an FTl.
as far as I have gone, is to wrap the ftl in a widget change the script
to groovy and call it from the widget.
I have not looked if form widget would work.
the Key is to use the groovy to marshal the data before display.

Ravindra Mandre sent the following on 12/30/2010 10:18 PM:

> Hi all,
> I want to know that ,Is it possible to achieve a cross tab look in ofbiz
> using Forms or the following look (for example),
>
>            |  field A |    field B   field C       field D   field E   field
> F    field G ..... upto certain numbers
> ----------|------------|-----------------------------------------------------------------------------------------------------------------------
> field1  |  value  |  value     value         value    value    value
> value ......
> field2  |  value  |
> field3  |  value  |
> field4  |  . ..      |
> field5  |  ...       |
> field6  |  ...       |
> field7  |            |
> .
> .
> .
>
> it may be possible I don't know how to do , if it is documented and someone
> did like this then its great help to me if he can share his experience.
> or any one can suggest how to achieve it.
>
>
>
>
> Regards
> Ravindra Mandre
>
Reply | Threaded
Open this post in threaded view
|

Re: Is it possible to achieve crosstab like view using form

hans_bakker
In reply to this post by Ravindra Mandre-2
Check the time sheet in he project manager for an example.

Regards,
Hans


--
Ofbiz on twitter: http://twitter.com/apache_ofbiz
Myself on twitter: http://twitter.com/hansbak
Antwebsystems.com: Quality services for competitive rates.

On Fri, 2010-12-31 at 11:48 +0530, Ravindra Mandre wrote:

> Hi all,
> I want to know that ,Is it possible to achieve a cross tab look in ofbiz
> using Forms or the following look (for example),
>
>           |  field A |    field B   field C       field D   field E   field
> F    field G ..... upto certain numbers
> ----------|------------|-----------------------------------------------------------------------------------------------------------------------
> field1  |  value  |  value     value         value    value    value
> value ......
> field2  |  value  |
> field3  |  value  |
> field4  |  . ..      |
> field5  |  ...       |
> field6  |  ...       |
> field7  |            |
> .
> .
> .
>
> it may be possible I don't know how to do , if it is documented and someone
> did like this then its great help to me if he can share his experience.
> or any one can suggest how to achieve it.
>
>
>
>
> Regards
> Ravindra Mandre


Reply | Threaded
Open this post in threaded view
|

Re: Is it possible to achieve crosstab like view using form

Ravindra Mandre-2
Thanks Hans and BJ for your comments, I will look into it little later.


Ravi

On Mon, Jan 3, 2011 at 6:57 AM, Hans Bakker
<[hidden email]>wrote:

> Check the time sheet in he project manager for an example.
>
> Regards,
> Hans
>
>
> --
> Ofbiz on twitter: http://twitter.com/apache_ofbiz
> Myself on twitter: http://twitter.com/hansbak
> Antwebsystems.com <http://twitter.com/hansbak%0AAntwebsystems.com>:
> Quality services for competitive rates.
>
> On Fri, 2010-12-31 at 11:48 +0530, Ravindra Mandre wrote:
> > Hi all,
> > I want to know that ,Is it possible to achieve a cross tab look in ofbiz
> > using Forms or the following look (for example),
> >
> >           |  field A |    field B   field C       field D   field E
> field
> > F    field G ..... upto certain numbers
> >
> ----------|------------|-----------------------------------------------------------------------------------------------------------------------
> > field1  |  value  |  value     value         value    value    value
> > value ......
> > field2  |  value  |
> > field3  |  value  |
> > field4  |  . ..      |
> > field5  |  ...       |
> > field6  |  ...       |
> > field7  |            |
> > .
> > .
> > .
> >
> > it may be possible I don't know how to do , if it is documented and
> someone
> > did like this then its great help to me if he can share his experience.
> > or any one can suggest how to achieve it.
> >
> >
> >
> >
> > Regards
> > Ravindra Mandre
>
>
>