cancel
Showing results for 
Search instead for 
Did you mean: 

Regd: iview modelling

Former Member
0 Kudos

hi gurus,

m trying to model an iview with user selection option.for example

<b>Display as</b> : <i><b>Table

chart

both</b></i> with <i>dropdown option for selection</i>.

how to go abt it.

the effect should be like if we use layers and tabs i.e the output should be shown on the same place/area it may be the table /chart .

can anybody guide me .m new to VC.

regards,

prasad

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you have to do a few steps for that:

Create a form view with the drop down list, the chart view and the table view.

Mark the chart view and set visibility condition -> enter formula: bool(if(dropdown == 'chart' or dropdown == 'both',true, false)).

Dropdown means the field in the form view with the drop down list.

Do the same with the table view and change the conditions according to the values given in the drop down list.

That's it.

Regards

Matthias

Former Member
0 Kudos

Hi,

Remember to keep both table and chart of the same size and with same left and top in layout view

regards,

Sooraj

Former Member
0 Kudos

Hi Matthias,

Thanks for your reply.

i have tried with ur code , still m not able to succeed.

What i have done is, created an Iview with drop down list as Table, chart and Both.as per ur reply tried with the formula. still ...

can you please suggest wher m doing wrong.

Thanks in Advance.

regards,

prasad

Former Member
0 Kudos

Thanks Matthias and all , Now the visibility condition working ..

Thanks a lot.Full Points awarded..

regards,

prasad

Former Member
0 Kudos

Hi Matthias,

Please look into my other question posted last week Named:

"<b>Regd: Drop down option related "</b>

Waiting for ur valuable suggestions.

thanks in Advance

Regards,

prasad

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Prasad,

Make sure that on your list the text "chart" correspond to value "chart" etc.

(There are other way to handle it but this is the simplest).

As a debugging method, use plan text or expressionbox UI cntrols. First box to show the value that returns from the dropdown, and a second one to show the value of the function.

For either table or chart make sure you set visibility condition to the chart and place it on top of the table, or simply set visibility condition for both.

How you want to show both and at the same place?

Regards,

Shay