Hello,
Can you please check the sent database.
We could not find the GetPivot_Info procedure in sent database.
Thank you.
How to use SP with Pivot concept to make data Source
-
- Posts: 91
- Joined: Mon Oct 15, 2012 10:03 am
Re: How to use SP with Pivot concept to make data Source
Hi,
I am sending database backup again, please have a look.
Thanks
I am sending database backup again, please have a look.
Thanks
- Attachments
-
- TestDB.zip
- (161.28 KiB) Downloaded 175 times
Re: How to use SP with Pivot concept to make data Source
Hello,
For the correct retrieve column from procedure with pivot concept please set the following option:
Thank you.
For the correct retrieve column from procedure with pivot concept please set the following option:
Code: Select all
StiOptions.Engine.RetriveColumnsMode = StiRetrieveColumnsMode.KeyInfo;