c5ab9832b2e6654e3fdd6139bba0f7b97fc27489
FAQ/passing-alternate-filter-values-with-a-table-or-view.md
| ... | ... | @@ -10,6 +10,8 @@ When I filter a report built on a table or view, I want to pass a different valu |
| 10 | 10 | |
| 11 | 11 | Please refer to the included sample code. In this code, we override PostProcessEqualsSelectList in order to populate a filter with a set of paired values. Values from the CompanyName column will be placed in the filter dropdown which users can select, but the corresponding value from CompanyID will be placed in the where clause of the query. |
| 12 | 12 | |
| 13 | +**Note: ** If you would like to substitute the value of a stored procedure param, click [[here|http://wiki.izenda.us/FAQ/Questions/using-alternate-filter-values-with-stored-procedures]]. |
|
| 14 | + |
|
| 13 | 15 | ```csharp |
| 14 | 16 | public override void PostProcessEqualsSelectList(Column column, List<string> labels, List<string> values) |
| 15 | 17 | { |