This topic is locked

Cross tab details

4/16/2020 12:45:27 AM
PHPRunner General questions
M
Mark Kramer author

Vers 10.4 ... Is it passible to link cross tab results to the corresponding records... Example: I have shipping info that is counted by state in the filter....OH(5) records TN(2) records, etc... What I am trying to do is when I filter click OH(5)'s results is it possible to see the 5 records like Master-detail? I have the relationship set up but it doesn't seem to do anything.
Thanks in advance

Sergey Kornilov admin 4/17/2020

As others suggested - you need to add a new field "active" in the login table and use BeforeLogin event to see if user active or not.
Or you can enable "user account email activation" option which will add the same "active" field for you and you can then populate it with 1 for those users who are allowed to login. No code to write in this case.

M
Mark Kramer author 4/19/2020



As others suggested - you need to add a new field "active" in the login table and use BeforeLogin event to see if user active or not.
Or you can enable "user account email activation" option which will add the same "active" field for you and you can then populate it with 1 for those users who are allowed to login. No code to write in this case.


You lost me there... Maybe wrong reply?