Hi,
I need to get all values(rows) from particular column based on user login.
here my requirement is one column contains different values(rows) for each user. means one user contains some pay types like a,b,c and another user contains some another pay types like c,d,e. so based on user session i need to find the pay types for each user and calculate the amount for the paytypes which user have.
how can i achieve this. please suggest me
Have you tried using session parameters in your FM model?
May be some of that info could help in conjuction with parameter maps.