Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
everest226
Creator III
Creator III

text object

I have two text box created for nprinting, one has highest day name and other has highest time in that day. is it possible to join both in one text object so it will display both value, something between like and,

Thanks

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

=Max(Day) & ' : ' & Max({<Day = {'$(=Max(Day))'}>}Time)

View solution in original post

3 Replies
rupamjyotidas
Specialist
Specialist

Can you explain a bit more.

in the same text box, if i understand correctly

='equation highest day name' & ' equation highest time in that day'

MK_QSL
MVP
MVP

=Max(Day) & ' - ' & Max({<Day = {'$(=Max(Day))'}>}Time)

MK_QSL
MVP
MVP

=Max(Day) & ' : ' & Max({<Day = {'$(=Max(Day))'}>}Time)