Forum Discussion
BradLemke
Qrew Assistant Captain
How well-versed are you with API manipulation? Have you done an Iframe Embed into a form before?
I could see there being a way to create an Iframe embedded 'Api_Genresultstable' where the clist (column list) is dynamically generated via formula.
Here is the code I would start with in a Rich Text Formula Field in the Parent Record:
------------------------------
Brad Lemke
------------------------------
I could see there being a way to create an Iframe embedded 'Api_Genresultstable' where the clist (column list) is dynamically generated via formula.
Here is the code I would start with in a Rich Text Formula Field in the Parent Record:
Customize and manipulate to your needs, of course. Then create a Report Link field that matches this rich text field exactly to this rich text field:
Lastly, add that field to your form and see if you like how it works.
Lastly, add that field to your form and see if you like how it works.
------------------------------
Brad Lemke
------------------------------
JakeRattner1
5 years agoQrew Cadet
Hey Brad,
Thanks again for your help. I've recreated the Rich text field you showed in your screenshot. Now I'm going to create the Report Link. I'm a little confused about this part. I think I need to create another rich text field in my Parent table. Do I copy paste the same code into that field as well? If yes, how would I get around the errors (the fields references will not work on the parent record)
Thanks,
Jake
------------------------------
Jake R
------------------------------
Thanks again for your help. I've recreated the Rich text field you showed in your screenshot. Now I'm going to create the Report Link. I'm a little confused about this part. I think I need to create another rich text field in my Parent table. Do I copy paste the same code into that field as well? If yes, how would I get around the errors (the fields references will not work on the parent record)
Thanks,
Jake
------------------------------
Jake R
------------------------------
- BradLemke5 years agoQrew Assistant CaptainBoth the rich text and the report link fields are parent-table only. When setting up the report link field, you're not pointing it at any other table, you're not telling it to go from 'point-a' to 'point-b' like usual - you're telling it to go from 'point-a' to 'point-a', the same field in the same table.
------------------------------
Brad Lemke
------------------------------- JakeRattner15 years agoQrew Cadet
Sorry for the late reply. This worked remarkably well. Thank you so much for all your help. I've been able to get virtually all of the features I was looking for out of this technique.
One follow-up question, if you don't mind: When I use this approach I lose some of the controls available with your typical embedded reports such as the ability to great edit and the 'more' options including 'export as csv'.
Is there any way to bring these features into the iFrame? I think a workaround for 'export as spreadsheet' could easily be a button that exports the report with an "=csv" argument attached, but I'm unsure of how I could replicate the ability to grid edit.
Thanks again for your help on this one!
------------------------------
Jake R
------------------------------- BradLemke5 years agoQrew Assistant CaptainShort answer: I have no idea how to do a dynamically generated grid-edit. If that api call exists, I haven't found it yet.
For the grid-edit mode, do you need to hide all of the unused fields? How do you feel about adding a link to your form that opens the full-grid in a popup?
------------------------------
Brad Lemke
------------------------------