Open
Conversation
Adds a new header DYNAMIC, which allows you to control headers and macros from php, giving you more flexibility in how you create your reports.
If a sales rep views this report they can only see his or her own sales. Non-sales reps will be able to select a specific sales rep, or see all sales.
Conditionally include the variable header for selecting a sales rep, or the sales_rep_id macro.
|
I tried this patch and it did allow me to add a dynamic header but not to include a "database_options" section in a PHP report. The dropdown for that was still empty. The first issue I encountered was case sensitivity in the Header class names. 859a1b2#diff-75bde2a484a48e29ed0ba2597e579ddbR36 needs to change to something like: |
|
Hi, @davidmichaelakers I'm not able to make it work on a php report, could you provide another example using database_options on a php report ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding the ability to conditionally specify headers and macros using a new dynamic header. See provided examples for possible use case. This addresses ticket #218 and other similar requests.