I have an Excel Web Access web part in a page connected to an XLSX file.
The XLSX file connects with an SQL-Table and return rows, displays in a worksheet.
Challenge: I wanted to show only certain rows based on ID.
eg: SELECT * FROM Orders where ID=:ID
How can I achieve same in above web part?
(the ID parameter need to be passed from browser)
The XLSX file connects with an SQL-Table and return rows, displays in a worksheet.
Challenge: I wanted to show only certain rows based on ID.
eg: SELECT * FROM Orders where ID=:ID
How can I achieve same in above web part?
(the ID parameter need to be passed from browser)