Hi,
A bit unusual over here..
HAve 4 sub reports to be inserted into the main report
3 /4 reports have a common formula {@formuladate}. So when inserting subreport I do link them against this formula field.
However when inserted I can see that Field names in PageHeader goes missing. But its there in the original report.
Why would it go missing ?
At the same time my 4th report is running of different universe -B than the other 3 reports (they are against same universe - A).
So how do I link this 4th to the main report on {formuladate}. Even when this report is inserted into main report the Field names from PH goes missing.
So here are my created formula :-
MainReport >>
@StrMonth >> shared Stringvar StrMonth; {@month}
{@month} >> totext({A_query.Month Start Date},"MMMM yyyy")
Other 3 reports have :-
@formulaDate - totext({A_query.Month Start Date},"MMMM yyyy")
4th report has :-
@FormulaDate - totext({CF_query.Start Date of Current Month},"MMMM yyyy")
CAn you please advise and also comment on why the header field names would go missing ?
A bit unusual over here..
HAve 4 sub reports to be inserted into the main report
3 /4 reports have a common formula {@formuladate}. So when inserting subreport I do link them against this formula field.
However when inserted I can see that Field names in PageHeader goes missing. But its there in the original report.
Why would it go missing ?
At the same time my 4th report is running of different universe -B than the other 3 reports (they are against same universe - A).
So how do I link this 4th to the main report on {formuladate}. Even when this report is inserted into main report the Field names from PH goes missing.
So here are my created formula :-
MainReport >>
@StrMonth >> shared Stringvar StrMonth; {@month}
{@month} >> totext({A_query.Month Start Date},"MMMM yyyy")
Other 3 reports have :-
@formulaDate - totext({A_query.Month Start Date},"MMMM yyyy")
4th report has :-
@FormulaDate - totext({CF_query.Start Date of Current Month},"MMMM yyyy")
CAn you please advise and also comment on why the header field names would go missing ?