How can I make the title of an instance dynamic?

snow_steve
Giga Contributor

I need to make the title of a widget instance dynamic. This one:

find_real_file.png

Is there a way to do this? Maybe like call a script include from here or a gs.getUser()? Its a "Data Table from URL Definition" widget. TIA

4 REPLIES 4

Anil Lande
Kilo Patron

Hi,

Can you please explain why you want dynamic title? As it is an instance of a Widget generated when you add any widget on portal page. Changing title will not make any difference for end user.

 

Thanks,
Anil Lande

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

The Data Table from URL Definition has an instance option to use the instance's title as the header. They want the header to change based off the user the data in the widget pertains to. 

Hi,

The title of this widget is based on the table name in URL. If url contains table=incident then it show name of table in list title.

find_real_file.png 

 

Thanks,
Anil Lande

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

Right, I need that header to be based off who is creating the incident. Not the name of the table. Any ideas?