cancel
Showing results for 
Search instead for 
Did you mean: 

Table Visibility settings

Former Member
0 Kudos

Hi,

I have two tables ( list and details) in the model.

After selecting item in list table details will be displayed in details table.

I want to display initially only one table (list table). After selecting item in list table then only i want to display details table.

Please let me know how can we achive this.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You have to use Visibility Condtion of the Second table for its Dispaly when you clcik on the Fileds of the First Table.

To set the Visibility condition you have to use the fields of the First tabel ,here you need some work around .

Regards,

Govindu

Former Member
0 Kudos

Hi!

You can use visibility conditions. To display the second table make something like !isnull(@PURCHASE_NUMBER) with a field that the user click.

And for the first table, that you want to hide - make the same condition without ! - e.g. isnull(@PURCHASE_NUMBER)

for example.

That might work.

/jakob

Former Member
0 Kudos

Hi Jakob,

Thanks for your information.

I could solve by giving the condition.

Thanks

Former Member
0 Kudos

No prob. Good to be able to help once in a while