I am new to Excel Web Services in SharePoint..
I created an excel sheet with calculated column. Uploaded the doc to SharePoint. Added the doc on web part page along with a choice filter web part. The calculated column updates it self based on the value passed to other cell by the filter web part.
Then, I created another excel sheet with vba code/macro. It is supposed to filter the excel table based on value entered in say col4+row1. This works in excel. Uploaded the doc to SharePoint. Added the doc on web part page along with a choice filter web part. The value gets passed to col4+row1. However, code that filters the sheet wont run in SharePoint!
Is it true that SharePoint does not support vba/macros? If so, is there any other alternative to achieve filtering functionality of excel sheet in SharePoint?
UPDATE 1: I am doing some research on SQL Server Analysis Services and DAX, here is a tutorial. I do not know if this can be used in SharePoint, but I will try this way..