Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passing multiple parameters not working correctly #46

Open
danielleevandenbosch opened this issue May 11, 2021 · 0 comments
Open

Passing multiple parameters not working correctly #46

danielleevandenbosch opened this issue May 11, 2021 · 0 comments

Comments

@danielleevandenbosch
Copy link

danielleevandenbosch commented May 11, 2021

Hello guys,
When I passed multiple parameters to a report following the format I put in the documentation
Method A:
"C:\Users\itcon2\workspaceRadius\******\war\pdf\CrystalNinja\CrystalReportsNinja.exe" -F "C:\Users\itcon2\workspaceRadius\******\war\pdf\Quote-Standard.rpt" -E pdf -O "C:\Users\itcon2\workspaceRadius\******\war\pdf\S03668401.pdf" -a "compnum:10" -a "Estimate:S036684/01" -a "Version:(1)|(2)|(3)|(4)|(5)|(6)|(7)|(8)|(9)|(10)|(11)|(12)|(13)|(14)|(15)|(16)|(17)|(18)|(19)|(20)|(21)|(22)|(23)|(24)|(25)|(26)|(27)|(28)|(29)|(30)|(33)|(35)|(36)|(37)|(38)|(48)"

Method B
However when I ran it this way it worked. Can someone confirm method B is the correct way to run this? How would I handle text parameters? I'd be happy to update the readme.md following confirmation
"C:\Users\itcon2\workspaceRadius\******\war\pdf\CrystalNinja\CrystalReportsNinja.exe" -F "C:\Users\itcon2\workspaceRadius\******\war\pdf\Quote-Standard.rpt" -E pdf -O "C:\Users\itcon2\workspaceRadius\******\war\pdf\S03668401.pdf" -a "compnum:10" -a "Estimate:S036684/01" -a "Version:1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|33|35|36|37|38|48"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant