cancel
Showing results for 
Search instead for 
Did you mean: 

visibility

Former Member
0 Kudos

Hi all,

I have two views , In first view i have table which has 5 PR types(eg: a1, a2, a3, a4, a5).

and in second view i have master detail which is common for all the PR types and i have designed different item details for all the 5 types in the second view itself.

Now if i select type 'a1' from table of 1st view and click on OK button , it should navigate to the second view and only the master data and item table of type "a1" should display...

(Note: the item tables of other types 'a2, a3, a4, a5 should not display)

similarly other 4 types.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vani,

When you display data in sec veiw put a condition, like that based on type selected from veiw1

For example if type = 'A1', Display releavent data in sec veiw item table.

esle type = 'B1' = Display releavent data in sec veiw item table.... and so on.

Hope it helps.

Cheers,

Kris.