Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have one List box and 3 text boxes.
like in list box having C 1 , C 2, C 3, C 4 and Text box Having C 1, C 2, C 3 and C 4,
If i select C 1 in list box then display the C 1 text and if i clear all the sections then display All text boxes.
Please suggest me how to achieve this scenario.
Thanks & Regards,
Lakshman
C1 condition : Max(Index(ListBoxField,'C1'))
C2 condition : Max(Index(ListBoxField,'C2'))
...
Hi ,
Thanks for your replay.
In my list box having values like TM, MT, TMT like that . i am using Max(Index(ListBoxField,'C 1')) this condition
if i select TMT then Both TM and MT also coming how to solve this particular situation.
Please suggest me how to achieve this scenario.
Thanks & Regards,
lakshman
Hi
attached sample qvw file, check that and let me know if you are looking for the same.
Regards,
Sravan
Hi,
Thanks for your replay,
it is very helpful.
If i select 1 then display text box 1 and 2 text box 2 like that.
but i want to display if i select 3 then display first position and if i select 1 and 3 then display first 1 and second 3.
Normally if i select 4 reaming showing empty and it is showing 4th position. but i want to show first position. if i select 1 and 4 it is showing first position is text box 1 and second position is text box 4.
how to achieve this scenario.
Please suggest me how to achieve this seanrio.
Thanks & Regards,
lakshman
Hi Lakshman,
I have changed the logic as per your requirement and attached the sample, have a look and let me know.
Regards,
Sravan.
Hi,
Thanks for your replay.
is it possible my list box having Strings like value, Sales , Sales info, Value data and All like that.
in list box having 10 values.
how is it possible and if my selection is 4 then showing first and my 2nd selection is 3 then it is showing 2 position.
in the same way if i select 'sales' then display sales and 'Value' then display value is showing 2nd position and if i select 'all' in list box then all boxes displaying.
can you please suggest me how to this scenario.
thanks & Regards,
Lakshman