Skip to main content

UDT Handler Slow

Comments

3 comments

  • Dave Gutman

    Have you filtered out unneeded rows and columns?  Maybe remove seldom-used columns and add a button to display those columns on another screen only when they need it?

  • Michael

    All the columns are required, how do I filter out the number of rows that the UDT loads?

    Edit: I figured it out - I added a where clause before the 'order by' in the advanced options. Thanks for pointing me in the right direction it is much faster now!

  • Dave Gutman

    Excellent!  

    You can also filter rows using the 'Foreign Key' column in the UDT Handler's main grid.  This accepts values entered (constants), dynamic syntax (so you can base it on a field's value), and SQL statements.

Please sign in to leave a comment.