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 

Each box will be variable size depending on who is in.

A table is no good as this only populates downwards and adds a scroll bar. This does not work for a display screen as all the people have to show at once.

The only visual I have found which can size with the number of people is a Tree Map, below. Each colour/ department would further show individual names.

 

Is there another way or visual to do this which resembles the original request?

Any help much appreciated

PB

 

 

  • 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

     

3 Replies

  • mohammedadnant's avatar
    mohammedadnant
    Impactful Individual

    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

     

    • PBE's avatar
      PBE
      Helper II

      Thank you I will give it a try

    • PBE's avatar
      PBE
      Helper II

      Thank you Mohammed for your help that worked well ğŸ˜€