Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Show text in textbox

Hi all,

I have the following data:

DateText
1.1.2012Hello
1.2.2012Happy

and I have a selection box for the date.

Now I want to show the Text in a textbox, eg. if slelected 1.1.2012 => "Hello".

How is the command for this?

I only found comands like: sum, aggr, etc.

=sum(Text)

but that doen't work, of course!

Thank you for helping!

1 Solution

Accepted Solutions
sunny_talwar

You can either use

=Text

or

=Only(Text)

or

=Concat(Text)

or

=MaxString(Text)

or

=MinString(Text)

View solution in original post

1 Reply
sunny_talwar

You can either use

=Text

or

=Only(Text)

or

=Concat(Text)

or

=MaxString(Text)

or

=MinString(Text)