USERID filter in the SourceTableView

BélisaireBélisaire Member Posts: 4
Hi,

Can i set a filter in the SourceTableView property with the USERID function ?

I want to write something like that : User ID=FILTER(USERID), but apparently, that doesn't work.

Comments

  • MBergerMBerger Member Posts: 413
    no, but you can do the following when opening your form to simulate it :
    Filtergroup(2) ;
    Setrange("User ID",UserID) ;
    Filtergroup(0) ;
    
Sign In or Register to comment.