OWC allowing drag and drop to PivotTable from other components

W

Wayan

Hi there,

Does anyone know how to allow drop fields to PivotTable (on the columns,
rows, filters, and totals) from other components other than the PivotTable
FieldList. I am developing an application which has a customized tree of
dimensions and hierarhies. I want to be able to drag and drop those
dimensions into the PivotTable.

Is this possible??
Any hints will be highly appreciated.

Thanks,
Wayan
 
A

Alvin Bruney [MVP]

that kind of functionality is not supported out of the box. you will have to
build it in with javascript using mouse events
 
W

Wayan Sugiantara

Hi Alvin,

Thanks for the reply. I have been expecting this conversation. Now the
problem is how to fire the event, let say, OnMouseOver on the PivotTable
specifically whether it is for column axis, row axis, filter axis or totals?

Regards,
Wayan

Alvin Bruney said:
that kind of functionality is not supported out of the box. you will have to
build it in with javascript using mouse events

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
Wayan said:
Hi there,

Does anyone know how to allow drop fields to PivotTable (on the columns,
rows, filters, and totals) from other components other than the PivotTable
FieldList. I am developing an application which has a customized tree of
dimensions and hierarhies. I want to be able to drag and drop those
dimensions into the PivotTable.

Is this possible??
Any hints will be highly appreciated.

Thanks,
Wayan
 
M

Michael Vardinghus

Sounds like you need to put your dimensional logic into the as cube instead
of trying to solve it at the client...

/Michael V.

Wayan Sugiantara said:
Hi Alvin,

Thanks for the reply. I have been expecting this conversation. Now the
problem is how to fire the event, let say, OnMouseOver on the PivotTable
specifically whether it is for column axis, row axis, filter axis or totals?

Regards,
Wayan

Alvin Bruney said:
that kind of functionality is not supported out of the box. you will have to
build it in with javascript using mouse events

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
Wayan said:
Hi there,

Does anyone know how to allow drop fields to PivotTable (on the columns,
rows, filters, and totals) from other components other than the PivotTable
FieldList. I am developing an application which has a customized tree of
dimensions and hierarhies. I want to be able to drag and drop those
dimensions into the PivotTable.

Is this possible??
Any hints will be highly appreciated.

Thanks,
Wayan
 
W

Wayan Sugiantara

Hi Michael V.,

I am not quite sure I got your idea. What kind of dimensional logic are you
referring to. In my opinion, this is all about client side interaction.

I have another question actually. Does anyone know how to get Field List
window object so that we can manipulate it, for example we can dock it into a
panel instead of flying around?

Thanks,
Wayan

Michael Vardinghus said:
Sounds like you need to put your dimensional logic into the as cube instead
of trying to solve it at the client...

/Michael V.

Wayan Sugiantara said:
Hi Alvin,

Thanks for the reply. I have been expecting this conversation. Now the
problem is how to fire the event, let say, OnMouseOver on the PivotTable
specifically whether it is for column axis, row axis, filter axis or totals?

Regards,
Wayan

Alvin Bruney said:
that kind of functionality is not supported out of the box. you will have to
build it in with javascript using mouse events

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
Hi there,

Does anyone know how to allow drop fields to PivotTable (on the columns,
rows, filters, and totals) from other components other than the PivotTable
FieldList. I am developing an application which has a customized tree of
dimensions and hierarhies. I want to be able to drag and drop those
dimensions into the PivotTable.

Is this possible??
Any hints will be highly appreciated.

Thanks,
Wayan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top