Forum Discussion
JakeRattner1
Qrew 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
------------------------------
BradLemke
5 years agoQrew Assistant Captain
Both 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
------------------------------
------------------------------
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
------------------------------- JakeRattner15 years agoQrew CadetIn the grid-edit I do still need to hide all those unused fields, but going into grid edit in a pop-up is totally fine.
------------------------------
Jake R
------------------------------