How to use SP with Pivot concept to make data Source

Stimulsoft Reports.WEB discussion
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How to use SP with Pivot concept to make data Source

Post by Alex K. »

Hello,

Can you please check the sent database.
We could not find the GetPivot_Info procedure in sent database.

Thank you.
nicegaurav
Posts: 91
Joined: Mon Oct 15, 2012 10:03 am

Re: How to use SP with Pivot concept to make data Source

Post by nicegaurav »

Hi,
I am sending database backup again, please have a look.

Thanks
Attachments
TestDB.zip
(161.28 KiB) Downloaded 175 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How to use SP with Pivot concept to make data Source

Post by Alex K. »

Hello,

For the correct retrieve column from procedure with pivot concept please set the following option:

Code: Select all

StiOptions.Engine.RetriveColumnsMode = StiRetrieveColumnsMode.KeyInfo;
Thank you.
Post Reply