Forum Discussion

PBE's avatar
PBE
Helper II
4 years ago
Solved

Attendance Visual

Hi, I'm trying to create a visual to display on a screen in reception which updates every 15 minutes. This is to show who has logged in with their security pass. The suggested layout to me is  ...
  • mohammedadnant's avatar
    4 years ago

    Hi PBE 

     

    I had this kind of similar requirement, I proposed a workaround to limit each table to show 10 members at a time and it will rotate if it is more than 10 using the data group and custom visual

     

    Data Group means, I will rank the members by log time and use data group to group by 10 members, it will have a max of 3, 

    we have the timer option in the PLAY AXIS visual, this will do the job to rotate the list.

     hope this will help