Is it possible to use GetProfileAttr to filter data for BIP Reports
To meet our business requirement our application have applet with data filter using user's profile attribute.
For example, we often use this SearchSpec : [Contract Manager E/W] = GetProfileAttr("g_Hemisphere")
We are migrating our Actuate report to BIP format and during validation step we discover an issue.
When invoking the report from a view with applet filtered by GetProfileAttr value it returns no data.
The report works on other views, but in that case the XML data is empty.
In debug mode we open the xdo_xxx.xml generated by BIP and it only contains the QueryString : ([Contract Manager E/W] = GetProfileAttr ("g_Hemisphere"))