I have used the below formula to hide my concatenated field (ref column) from my call log table.
But it still appears in the detail view as blank. Am i doing something wrong?
I have added a picture also for better understanding. .
Please assist
I have used the below formula to hide my concatenated field (ref column) from my call log table.
But it still appears in the detail view as blank. Am i doing something wrong?
I have added a picture also for better understanding. .
Please assist
Nothing wrong here.
In the context of a table such as the inline view here, the show_if indicates you wish to show the value of the column, not the column itself.
You may want to select the order column option, to display every column but this one, in the view settings of the inline view:
Thank you soo much!
I needed your help in one more thing.
If you see the inventory management app template, in that when you go to the vendor_detail view you see items is a referenced column but it doesnt show all the items. Rather it shows the count of items.
How can that be done?
Yes, because you made a custom view that has priority over the default view.
I suggest using a slice that will be the datasource of your chart view. This way, you will have the default view “table type” that will be shown in the inline view.
Here is the detailed answer:
https://www.googlecloudcommunity.com/gc/AppSheet-Q-A/Multiple-detail-inline-forms/m-p/320119#M95168
More reference here:
Does the above solution help me get a number of the items or does it help for the chart?
for the chart