With select * from dtree where userid=%1 and Param %1 as UserID I can get a list of items that the user is owner of. However, the Input Type must be "Number "(due to the UserID param).
I would like to know if it were possible to use the Input Type of "User" to get the same result as what I can with the above. Any suggestions?
Have tried Input: User and Param:User Input 1, but that doesn't help cause to get the list of owned items, I need to refer the ownerid or createdby which are both numbers.
I could do an inner join with KUAF if i knew exactly what the UserID input type grabs. Need some help.