Use "In Row Button" to expand cell in same row

Hey @Scott_Hill ,

See this topic (my original post and the follow-up corrections):

P.S. Apologies, I thought you wanted to show a row popup, not a column popup.

To programmatically open a cell in Big Text editor, do pretty much the same (OpenWindow() with a constructed URL), but the URL should have a columnId parameter in it, e.g.:

OpenWindow(Format(
  "#_tuVES/r{1}&columnId=c-PntQl8r7ye&modal=true",
  thisRow.RowId()
))

To get column ID, enable Developer Mode in your account settings in the bottom under Labs. Then you’ll see an option to copy Column ID in your column context menu:

Alternatively just open the popup manually and inspect your browser’s URL:

4 Likes