Skip to main content

Dear all,

I am trying to set a lobby page title dynamically.

 

The lobby has the parameter project_id ref called Proyecto.

 

 

I would like the lobby name to be KPI PROYECTO:<project_name> so everytime I change the parameter the lobby changes the title.

I.e. If I choose project 202301 I would get KPI PROYECTO: Visión Futuro

If I change then to project 202302 I would get KPI PROYECTO: Raíces Del Cambio

and so on.

 

I have seen that the system gives the chance of using context substitution variables like #TODAY#, #NOW#,… but do not know how to use other data in the system like Project_NAME.

 

Any idea how could I accomplish this task?

 

I appreciate any help

 

kind regards

 

 

 

Did you set the condition on your data source?

 


Hi cbilodeaud,

yes, I set a condition on the data source to filter the data and it shows just the data in the project the user has choosen. But what I need in the title is the name of the project

 

kind regards


Hi @JJARAUTA,

 

Just use dollar signs like this. » “$variable$”  

It will change the title when the variable changes.

You can see an example below.

 

 

 


Btw Batch Queues means Geriplan İş Kuyrukları in Turkish. It changed due to translations. 😄


Hi hhy38,

thanks for your help`.

But I still have the issue. The think is that I enter the project_id as parameter but need to show the project name.

 

I was using KPI PROYECTO: ifsapp.project_api.get_name(‘$project_id$) as the title of the page.

I does not work. For example, if I enter 202301 as parameter project_id it shows:

KPI PROYECTO: ifsapp.project_api.get_name($202301$)

This is not correct. I would like the system to show what function ifsapp.project_api.get_name returns.

I need it to show:

KPI PROYECTO: Visión Futuro

being Visión Futuro the name of my project 202301

 

Does anyone know a way to show the name of the project on the lobby page title?

 

kind regards

 


@JJARAUTA 

 

You can create a dummy variable. After that, you can fill this variable with the project name when click the project list. There is an example below. It changes variables when clicking a project in the project list.

 

 

 

 

 

 

 


Reply