|
| | All Products: | | | | All Solution Types: | | | | | Source: | | |
|
|
|
|
Results |
|
Passing parameters (such as current user or current item) to embedded reports which use Query At Runtime
One could create a report that returned the items posted from this item by querying at runtime where the "parent item" field here contained the current item. Embed the report and map the QAR ( query at runtime ) to _RecordID to use the current item's record id. And the return results would be all items posted from this item:
|
|
|
How to use the RunReportXml web service with a report that takes a query at runtime parameter.
How to use the RunReportXml web service with a report that takes a query at runtime parameter.
|
|
|
SBM Version Diff
Differences Between Versions + Use Query At Runtime while running report + QAR usage
|
|
|
SBM Version Diff
Differences Between Versions // the QBE functions when it returns to select the correct values break; } + case 'P': + { + // Populate the multiselect if we're not QAR
|
|
|
Template Content Differences
|
|
SBM Version Diff
Differences Between Versions + Enable Dynamic Column Sorting Click to run the report + Requery QAR parameters
|
|
|
SBM Version Diff
Differences Between Versions Click to run the report Requery QAR parameters
|
SBM Version Diff
Differences Between Versions else if(isQARSelected && cntValues > 1) { alert( strValueCannotBeAddedToQAR ); +if (isMobileDevice()) +return false; // if we have QAR && some other vals checked on mobDevice, we do not allow to save it break; } else if ( cntValues > 1 ) @@ -1020,32 +1102,20 @@
|
| |
|
SBM Version Diff
Differences Between Versions if ( aFields && aFields[0] && aFields[0] == myCompare ) // don't copy QAR value + {
|
|
|
Fixed in TeamTrack 6.1.1
1. The server license implemented in TeamTrack 6.1 now works properly in systems with multiple Web servers. 2. The "Match Any" option in Query-by-Example reports in systems upgraded from a previous version of TeamTrack to version 6.1 is no longer set to "Match All" when the report is executed from the Folders View. 3. Values for selection fields now display on a selection list for Auxiliary table reports when the search criteria for the field is set as " Query at Runtime ."
|
|
|
|
|
|
|
|
|