Inline view without virtual column

Hello,

I have an attendance table and an advances table. I have another table to prepare salary. Now in salary table I want to show advances I gave to that specific employee whose data will be in advances table. I know this can be done using VC (Ref_rows). But my app is already containing much formulaโ€™s and I donโ€™t want to add any more load on processor. So kindly No VCโ€™S. Is it possible to show some rows data from advances table in salary table just like an inline view without using VC?

 

Thanks

Solved Solved
0 5 337
1 ACCEPTED SOLUTION

@AleksiAlkio Hello.

i am trying to show the data rows from another table in detail view as well as in form. So are you suggesting i create an action with LINKTOFILTEREDVIEW() and attach it to a column inline where i am trying to show the data. And when user clicks it, he will be able to see those filtered rows... Good idea... 

But apart from this, is it possible to show data in table format inside detail view or form view without VC so that user doesnt have to click the action inline and may get idea of the table shown along with rest of the data in detail or form view?

 

Thanks!

View solution in original post

5 REPLIES 5
Top Labels in this Space