You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: