Skip to main content
Solved

Hi guys, is it possible to display a view variable as a column in a table within the same view? The value of the view variable will be updated by a input box in the same view. Thanks in advance.

  • March 5, 2024
  • 3 replies
  • 36 views

chunlei.an
Level 1
Hi guys, is it possible to display a view variable as a column in a table within the same view? The value of the view variable will be updated by a input box in the same view. Thanks in advance.

Best answer by janpeter.van.d

HI @chunlei.an,

 

Short version: If these are hard requirements, then no.

Long version: This can with small additions to your requirements. The reason is that a Table in the Current Studio Views can only listen to Record Attributes or KPIs from the Knowledge Model, and not just string constants.

 

So to fix this, you have two options:

 

I used the first option, resulting in the expected outcome:

 

chrome-capture-2024-2-5 

3 replies

janpeter.van.d
Level 12
Forum|alt.badge.img+26

HI @chunlei.an,

 

Short version: If these are hard requirements, then no.

Long version: This can with small additions to your requirements. The reason is that a Table in the Current Studio Views can only listen to Record Attributes or KPIs from the Knowledge Model, and not just string constants.

 

So to fix this, you have two options:

 

I used the first option, resulting in the expected outcome:

 

chrome-capture-2024-2-5 


chunlei.an
Level 1
  • Author
  • Level 1
  • March 6, 2024

HI @chunlei.an,

 

Short version: If these are hard requirements, then no.

Long version: This can with small additions to your requirements. The reason is that a Table in the Current Studio Views can only listen to Record Attributes or KPIs from the Knowledge Model, and not just string constants.

 

So to fix this, you have two options:

 

I used the first option, resulting in the expected outcome:

 

chrome-capture-2024-2-5 

Dear @janpeter.van.d , thank you for the detailed reply. Option 1 solved my problem.


janpeter.van.d
Level 12
Forum|alt.badge.img+26

Dear @janpeter.van.d , thank you for the detailed reply. Option 1 solved my problem.

Good to hear, you're welcome!