One custom layout for all players

Hi,
Is it possible to make a dynamic layout for all players?
Let me explain, I currently have a layout per player that says welcome with a custom name afterwards.
What I would like is to have only one layout for all my players and that the player chooses the data to display in a dataset.
I’ve started to look at data tricker but I don’t know if we can use a SQL filter with the player name or something like that.
Thanks in advance for your answer

C47

Hi,

You can use the special [DisplayId] key word in a DataSet formula column, or DataSet View/Ticker filter clause. It gets substituted with the DisplayId at run time.

As a side note you can also use [DisplayGeoLocation] if you’ve configured your displays lat/long and if you have formula columns that use MySQL GEO functions.

Hope this helps.

Thanks,
Dan

Hello,
Thank you for your response,
I’m gonna run some tests today.
Is there a list of different keywords that can be used in filters?
Thank you in advance
C47

Hi,
Indeed it works but it forces me to make one line per display of the same site.
Can we use in the filters the name of the display with a regex? Or something like that?
Thank you for your answer
C47

Essentially it is inserting the displayId into the SQL statement, so you can use a Regex with MySQL and that should work.

Those are the only two “special” fitlers.

Thanks,
Dan

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.