Hi All,
i have an issue in purchase order report i calculate qty from code and i take this hidden value in table header
and i call this value in page footer but it shows empty.
how can i achieve this one....
*This post is locked for comments
Hi All,
i have an issue in purchase order report i calculate qty from code and i take this hidden value in table header
and i call this value in page footer but it shows empty.
how can i achieve this one....
*This post is locked for comments
define a global variable, set it as a new field value under the first dataitem. then use it in the page footer of the report layout with Fields!nameofthefield. compare your report with standard reports like sales quote, sales order.
Then take an integer data item after 2 warehouse data items for printing totals and sorting by number where number = 1 and add your control(TotalQty) and number in your integer data item and also add the number control in your group. now you can add theTotalqty in the group footer and try with my previous post.
here in purchase order two items are there one item from one warehouse and second item from warehouse2 based on location code but i want to print this two items total in my report i did as like you said but it prints blank in footer page
First try to print the value in body and use the same texbox as report item in footer and set the hidden property to yes to body textbox.
yes but i have two warehouses so two purchase orders are there so i grouped as adjucent after for purchase header 2 No. if i place in footer for every table there is only one footer so when it is print it displays extra pages
Parent i mean First dataitem
Hi Ramesh,
Why don't u try the DataItem directly on the Page Footer with Last(Fields!xxxxxx.Value)?
i tried but it's not worked.................
In which data item Qty control been defined?
in page header it is printed but what happened to page footer
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156