BethanyHudson
2 years agoQrew Trainee
Embed a Report into Another Report's Field
I'm trying to embed a report as a field in another report. Basically this:
I've created the code page:
I'm having trouble with the formula field:
I need help!
------------------------------
Bethany Hudson
------------------------------
I've created the code page:
[iol] & "modulecontracts.js" & [/iol]
&
"<span class='QBU_ToggleChildren'" &
" data-rid='" & [Record ID#] & "'" &
">+</span>"
I'm having trouble with the formula field:
(function(){
$("img[qbu=modulecontracts]").remove();
var dbid = "bqij8g449";
var dbid GrantBudgets = "bqrnue9x7";
var rid= "85";
var apptoken = "b4bgu9_mk8a_0_dut3hpibru9pbtq884vsd7djvmt";
var querystring=document.location.search;
$(".QBU_ToggleChildren").on("click", function() {
if ($(this).text() == "+") {
$(this).text("-");
} else {
$(this).text("+");
}
var rid = this.dataset.rid;
$("#child_rid_" + rid).toggle();
}); })
I need help!
------------------------------
Bethany Hudson
------------------------------