Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How can i show text box value base on the selections

Hi ..

can you please help me how to text box value based on the selections of listbox...

Please find the following attachment ...

In this when i select the list box which having ' a' string i have to show a textbox...

please help me...

1 Solution

Accepted Solutions
mdmukramali
Specialist III
Specialist III

Dear,

Can you check the updated attached file

Thanks,

Mukram

View solution in original post

15 Replies
mdmukramali
Specialist III
Specialist III

Dear,

In TextBox layout tab

use the below condition

=if(GetFieldSelections(path1)>1,1,0)

Thanks,

Mukram

ashfaq_haseeb
Champion III
Champion III

May be like this.

If not let me know  expected o/p

Regards

ASHFAQ

alexandros17
Partner - Champion III
Partner - Champion III

I cannot open your document but perhaps this ide acan help you:

IN the textbox:

=if(getfieldselections(myfield)='texttocompare', 'write this string', 'write other string')

let me know

Anonymous
Not applicable
Author

Hi...ashfaq

Thanks for your replay..

When i select a1 in listbox i have to display a1 textbox.but when i select a1 selection both a and a1 display automatically.can you please help me..

ashfaq_haseeb
Champion III
Champion III

Its working the same you you ask isn't it?

Let me know If I miss something.

Regards

ASHFAQ

Anonymous
Not applicable
Author

Hi..

when i pressed a1 i have to display a1 textbox only.but when i pressed a1  both a and a1 display automatically.

 

I want diplay a1 textbox anly when i select a1....

Please help me...

jagan
Luminary Alumni
Luminary Alumni

Hi,

Check this

=Only(path1) like '*a*'

in

Text Object Properties-> Layout -> Show Conditional

ashfaq_haseebexpression will also work, not sure why it is not working for you.


Hope this helps you.

Regards,

Jagan.

mdmukramali
Specialist III
Specialist III

Dear,

You can use index function also.

like for a1 textbox

=if(index( path1, 'a1' )<>0,1,0)

Kindly find the attached file.

Thanks,

Mukram

Anonymous
Not applicable
Author

Hi Jagan..

Please find following attachment in please refer sheet2..in that when i pressed a1 selection it display both a and a1 textbox..

Regards,

Chandini.G