Show details page on the same page with Hide/Show

Hi Tadabase,

I saw this post about showing the detail page on the same page of the parent table.

I found it HERE

The problem is that:

  1. I cannot use the following statement on the equation, it somehow “invalid equation”.
CONCAT('<button', CHAR(32),'recordId="',{recordId},'"',CHAR(32),'id="detailsLink"',CHAR(32),'class="btn',CHAR(32),'btn-block',CHAR(32),'btn-primary',CHAR(32),'loadIntoIframe">VIEW</a>')
  1. Is there a way I can change the position of the details page and toggle a show and hide button?
    Example: If I hit the VIEW button, it will appear under that row of the record then will hide if click it again. Is this possible?

Hoping for answer… Thank you.

Hey @edison

The equation is dependent on a field titled “recordId” in your table. Can you confirm this field exists? If not, you need to create one and make sure it contains the record ID for each record.

1 Like

Hi Tim,

I have RecordID but in the equation it is “recordId” case sensitive, my bad. Thank you. :slight_smile:

Hope you can also address the Hide and Show for the detail part.

Thank you very much :slight_smile: