cancel
Showing results for 
Search instead for 
Did you mean: 
TrevorC
New Contributor III
since ‎11-09-2023
‎11-29-2023

User Stats

  • 2 Posts
  • 1 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Is it possible to pass a parameter to a SQL UDF to another SQL UDF that is called by the first SQL UDF?Below is an example where I would like to call tbl_filter() from tbl_func() by passing the tbl_func.a_val parameter to tbl_filter(). Obviously, I c...