[Progress Communities] [Progress OpenEdge ABL] Forum Post: Tableau does not get data by connecting to SQL Server stored procedure?

  • Thread starter Thread starter honey5
  • Start date Start date
Status
Not open for further replies.
H

honey5

Guest
Hi, I am using Tableau 10.3 to connect to a stored procedure (SP) in a SQL Server (2012) Database. Tableau can connect to any regular tables in the database when I drag one to the data course canvas. However, when I drag a SP to the data source canvas, Tableau does not get any data from that SP. The SP is as simple as below (for testing purposes): ALTER proc [dbo].[Tableau_testOnTableRptCat] as begin select * from ReportCategories end Thank You Honey

Continue reading...
 
Status
Not open for further replies.
Back
Top