I am using this formula to split up a list of references and display them separated by a carriage return in a LongText type VC field on a form.
concatenate(
substitute([PackageItemList][ItemName]," , ",",
"))
Formula works fine to fetch the correct data based on a selectable Ref in the form. Absolutely no problems with the formula.
The problem is if I change between different Refs. If I select a ref that has say 5 child items and then change my mind and select a ref that has 2 child items, the LongText box shrinks too much and only shows one of the two items. In fact it almost has trouble with even doing that as it seems to cut off the padding around that one item.
Here is a screenshot of a ref that has 4 child records displaying correctly.
Now here is a screenshot after I have changed my mind about which parent ref to select
You can see how the box has changed size and is now hiding the item/s below the first item. The padding is also wrong here.
Even placing the cursor inside this box and attempting to scroll it manually will not show the other items.
It's annoying ๐ Please fix.
Now, the reason I dont just show the [Related Whatevers] on the form as an inline table is because columns that have actions displayed Inline do not show up on Inline tables on form views and I am using the Inline view correctly on a detail view elsewhere in the app. So rather than work around the bugged LongText VC problem, I'd rather wait until it's fixed ๐
User | Count |
---|---|
20 | |
16 | |
4 | |
3 | |
2 |