Page 2 of 2

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

Posted: Tue Nov 27, 2012 1:14 pm
by Alex K.
Hello,

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

Thank you.

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

Posted: Tue Nov 27, 2012 1:46 pm
by nicegaurav
Hi,
I am sending database backup again, please have a look.

Thanks

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

Posted: Thu Nov 29, 2012 7:21 am
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.