aa4bc2ed151d6bccd2d4cef88926a7db003b328e
API/CodeSamples/ExtendedFunctions.md
| ... | ... | @@ -1,6 +1,6 @@ |
| 1 | 1 | #ExtendedFunctions |
| 2 | 2 | |
| 3 | -This list allows the user specify additional SQL functions that should be included in the functions dropdown of the Fields tab. [[Learn more about UDFs|/FAQ/izenda-and-udfs]] (User Defined Functions). |
|
| 3 | +This list allows the user specify additional SQL functions that should be included in the functions dropdown of the Fields tab. |
|
| 4 | 4 | |
| 5 | 5 | Below is a sample global.asax using the ExtendedFunctions setting. The code block will appear within ``<script runat="server"> </script>`` tags within global.asax. |
| 6 | 6 | |
| ... | ... | @@ -45,4 +45,8 @@ Public Class CustomAdHocConfig |
| 45 | 45 | HttpContext.Current.Session("ReportingInitialized") = True |
| 46 | 46 | End Sub |
| 47 | 47 | End Class |
| 48 | -``` |
|
| ... | ... | \ No newline at end of file |
| 0 | +``` |
|
| 1 | + |
|
| 2 | +##Examples |
|
| 3 | + |
|
| 4 | +* [[ExtendedFunctions to use UDFs (User-Defined Functions)|/FAQ/izenda-and-udfs]] (User Defined Functions). |
|
| ... | ... | \ No newline at end of file |