cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically Changing Column Values

Former Member
0 Kudos

Hi,

Is it possible to pass the values(column names) for axis value column and value column in display template at run time?. i want to draw a graph at run time by choosing x and y axis from front end. So i want to send column name for these axis at run time. How to do it?

- senthil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi senthil,

Yes it is possible...

Check this thread..

hope this helps you.

Kishore

Former Member
0 Kudos

Hi Kishore,

thanks.. its solved my problem..

-senthil

Answers (1)

Answers (1)

Former Member
0 Kudos

Virtually every parameter/property (with only a few exceptions) in the applets is run-time modifiable. This includes not only the visual/binding parameters, but also the underlying query parameters.

- Rick