Show different columns for inline reference views from same table

I need some advice with inline views.
Is there any way I can make these 2 different inline views that come from the same parent table show different columns

Thanks in Advance, Devina!

0 16 2,487
  • UX
16 REPLIES 16

Yes you can do that. Click that View(1) from the emulator and then open that view from the lower left corner (button โ€œViewโ€). You can set the order with an option โ€œColumn orderโ€. You probably donโ€™t have any chosen so itโ€™s doing that automatically. Just add columns one by one and it will do that job.

Thats a great tip Thanks , now i wonโ€™t get mixed up with my views. However my problem remains the same , you see when i change that view the above inline table changes as well I cannot get them to show different columns. i hope im explaining this clearly both lists use the same view.

If itโ€™s the same inline view, then you should create a slice and then use that as a source for your virtual list column. When you do that, you are able to create a 2nd inline view (ref).

Ahh i got halfway there just didnโ€™t do the virtual column list , iโ€™ll try thanks your always so helpful
Devina

Youโ€™re welcome

Iโ€™m not doing so well I think Iโ€™m just not getting it. So both these inline REF lists have the same Reference table that seems to be causing me grief. cannot seem to make anything work. Thanks anyway Devina

@Aleksi - I am also struggling with a similar problem. When I try to use a slice as the REF_ROWS source, and define a view that includes multiple REF_ROWS columns (eg: 2 inline views), I donโ€™t understand how to specify which view each inline table should use. Seems to be auto assigned and I am not sure how to change that. In my case, the second inline view uses a Chart view that already exists, instead of one of the many table views I defined. Any advice appreciated.

see prior post: https://community.appsheet.com/t/filtering-a-reverse-reference-to-display-only-related-records-with-...
1X_804b4e86d02bba2d03043d9499bd68ca7ad46ee1.png

The view used is determined by the ReferencedTable property. If the column definition doesnโ€™t display that property, youโ€™ll have to create a new column with an App formula that uses the slice from the get-go (rather than adapting an existing columnโ€™s App formula)

@Steve
Hmmโ€ฆ donโ€™t see that property. Will check again. My second REF_ROWS virtual column was anew one I created from scratchโ€ฆ but copied the original REF_ROWS formula from the first column so that may not be best way. Will take another look at why I donโ€™t see that propertyโ€ฆ

Mike_A
Participant V

Wellโ€ฆ In case his helps someone else. I solved this in a very strange way. It worked, but I am still not clear how the inline views are chosen. I was not able to find where to specify thatโ€ฆ

Steps to fix:

  1. Created a new SLICE for the records I wanted in the inline view.
  2. Created a new View for that new slice to display the inline table as I wanted it.
  3. Modified the Column REF_ROWS formula to point to this new slice. โ€ฆ and the table view works!
    4. Modified the new View I created in #2 to point to the original Slice I wanted to use.
    5. Modified the REF_ROWS formula to use the original Slice I wanted to use as the source.
    6. Deleted the temporary slice and itโ€™s associated views.

Weird and confusing way to get there, but it worked. And it did allow me to have two inline views displayed - one pointing to a table and the other to a slice. In my final solution I only wanted to point to the slice, but the original poster @Devina_Maxwell to know how I solved it.

Againโ€ฆ I never could find where to change the " ReferencedTable property" that @Steve referred to โ€ฆ wish I could located that.

UPDATE: I found I had not actually completed 5, and when I did, the wrong view was used again. Soโ€ฆ my fix is to create another Slice and View, and use that in the REF_ROWS column. Very odd but I cannot seem to use the original slice and get a table inline view. So, I have one inline view coming from a table, a second slice only used for other views, and a third slice now used just to fix the REF_ROWS inline view. So worksโ€ฆ but still confused

I need to achieve this too. Wish me luck ! Hope someone here can help make it less accidentalโ€ฆ

I managed to do it but inline cannot have grouping in table I found.

You should be able to group the inline table view as well. What is the problem with it?

Hi Aleksi,

The inline table only show 1 level. However if i click โ€œviewโ€ in the inline table, it goes full screen and display correctly both levels.

Thanks so much!! ๐Ÿ™‚

Gotcha

So grouping is not enable in inline views yet? Let me try with the system defined inline view and let you knowโ€ฆ

well both cannot have groupingโ€ฆ

Top Labels in this Space