Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
yoganantha321
Creator II
Creator II

Multibox value must have value dynamically two new expressions

In multi box, the value must show two labels of the previous rating and current rating which holds the  two expressions which was not written in script only in chart expression.

Capture.PNG

If I click on it the values must be show Previous rating and Current Rating

Is it possible?

1 Solution

Accepted Solutions
yoganantha321
Creator II
Creator II
Author

I got the answer using in line load some data

Load * Inline

[

RatingBy, ----> Multibox field

'Current Ratings' --> expression label for current Rating

'Previous Ratings' --> expression label for Previous Rating

];

Using this we can use the two expressions as values

Expression label

stacked.PNG

can be used as like thisrating.PNG

View solution in original post

4 Replies
vcanale
Partner - Creator II
Partner - Creator II

Hi,

Not sure what you need to do, but.. if it can be useful for you, it's possible to add an Expression instead of a field in the MultiBox.

yoganantha321
Creator II
Creator II
Author

Vincenza,

Can I have an example or steps to have expression instead of field in multibox

vcanale
Partner - Creator II
Partner - Creator II

Multi Box Properties --> Expression:
Please find attached the Print Screen

yoganantha321
Creator II
Creator II
Author

I got the answer using in line load some data

Load * Inline

[

RatingBy, ----> Multibox field

'Current Ratings' --> expression label for current Rating

'Previous Ratings' --> expression label for Previous Rating

];

Using this we can use the two expressions as values

Expression label

stacked.PNG

can be used as like thisrating.PNG