Jump to content
We've recently updated our Privacy Statement, available here ×

rromine

Members
  • Posts

    6
  • Joined

  • Last visited

rromine's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. How do I import and where do I import EAN.UCC-128 Standard Barcodes? Please something free, I am not a bar code expert to be generating barcodes lol, but if I were to, where would be the cheapest place specifically for iReport? Label Details: (9012K) SCAC 12345678901234567890 Thank you a dozens! I just might answer your post too if you need help.
  2. Since someone helped me out with something hard, perhaps I could help you out with something easier. Please be more specific about the details if I don't answer this one quite right. Step 1. Make the subreport, dont add anything more to the subreport (eg. totals, averages, other calculations) other than the data, see this link for an example. https://learn.usf.edu/bbcswebdav/xid-3659976_1 Step 2 Set up your $V{variablename} Text Field on the main report see link and make sure expression class is integer.https://learn.usf.edu/bbcswebdav/xid-3659977_1 Step 3 Create the variable on the main report, for the variable expression, you have to add the function as well. see link, this function is going to direct the variable as to where to get the data.https://learn.usf.edu/bbcswebdav/xid-3659978_1 Step 4 Create the function $whatevernamehelpsyouremember, and be sure to add the paramater. I am pulling from an XML file, you might just need to pull it from the subreport, which I dont know your directory. For me its, /MercuryGate/Shipment/PriceSheets/PriceSheet/Charges/Charge/Weight see the link.https://learn.usf.edu/bbcswebdav/xid-3659979_1 Step 5 if you are using xPath you must use a / on this screen, see link. This is a fancy wizard (not lol) to help you add the function. https://learn.usf.edu/bbcswebdav/xid-3659980_1 Best of luck to you, my example shows me not pulling count from the subreport, but from the sources of both the main report and subreport.
  3. You're a life saver, I had just realized you wanted to create a new method lol Thank you for your time and patience.
  4. Sill need help because! The report still compiles when I added that print when expression, but it does not show the image, I also added a lable with that property and that is not displaying either. BTW: If I add any new labels they compile so I know there appears to be nothing wrong with the report except that the boolean expression is just not working. Maybe I can help you with some more details. See below: Attachment 1: Shows the image I want to print when 3rd party function is true, Print when Expression is used with $F{BillTo}.compareTo("Third Party") == 0 do you see the red squiggly... wonder what it means lol https://learn.usf.edu/bbcswebdav/xid-3659822_1 Attachment 2: Function BillTo --> look at the X image (which doesn't show on attachment 4) but then notice 3rd Party: --> $F function that goes to BillTo, that shows as true! lol is this a logic error it appears to be :/ https://learn.usf.edu/bbcswebdav/xid-3659823_1 Attachment 3: XML page I am grabing from, or just look at link below to see full xml https://learn.usf.edu/bbcswebdav/xid-3659821_1 Attachment 4: Report being run [iReport output] https://learn.usf.edu/bbcswebdav/xid-3659824_1 Attachment 5 see link!: IDE Log showing missing reference errors, not sure what that is, but i doubt it is relevant https://learn.usf.edu/bbcswebdav/xid-3659820_1 Thank you! I have put a lot of work into it, and I am working on other forms. But this is really bugging me! Hope the extra material helps and is not annoying.
  5. Still no replies?? awl I was really hoping with all the documentation this would be easy for someone to help solve this with me.
  6. Okay so here is the problem. I have a report that tracks shipment with three options. The following below needs to be options that will show an image (which is a checkbox) : ______________________________________________ Freight Terms: Prepaid: (no data) Collect: (no data) 3rd Party: (this needs to be check marked with an image since the product is third party) __________________________________________ Please use the image as a reference! Thank you so much. And please be specific as possible. Should it be a boolean value? etc. and what field to put it in. I assume its a conditional statement, I jsut dont know how to make a picture "VISABLE" or enabled.
×
×
  • Create New...