Hello all, as in subject i need to call configuration parameter in condition menu, example for Request Properties in Manager. I can't do it as in VB or WebSql syntax. Thanks for help
- Products
- Solutions
- Resources
- Trials
- Support
- Partners
- Communities
Hello all, as in subject i need to call configuration parameter in condition menu, example for Request Properties in Manager. I can't do it as in VB or WebSql syntax. Thanks for help
There is an SQL function available QBM_FGIConfigparmValue('<Fullpath>') that can be used.
Select dbo.QBM_FGIConfigparmValue('Common\DBConnection\ListLimit')
Thx. Markus, it works fine. Where i can find documentation about all available functions?
Do you wanna know how I found the function? I opened up SQL Server Management Studio and looked at the available SQL Functions by name.
There is no complete documentation around the SQL functions as far as I can tell.