Skip to main content

Notifications

Announcements

No record found.

Finance | Project Operations, Human Resources, ...
Unanswered

SSRS Report not printing any value for Price (Sales Price) Field.

(0) ShareShare
ReportReport
Posted on by 167
Hi Friends , 
 
This is the SSRS Report for printing invoice grouping for a particular invoice proposal.This is only for expense transactions.The Price column is not printing any value.For other transactions namely hour and item the price column is printing a value.I checked all the temporary tables in the DP class it is getting loaded properly with all the values and specifically for Price column it is loading a value.During the SSRS report generation the value in this column is not printed only for expense transactions.
 
This is the IIF expression for the Price field in the SSRS Report design for this particular report.
 
=iif(Fields!DocuRefLineVisibilityName.Value = /Yes/,iif(Fields!SalesPrice.Value=0,IIF(InStr(Fields!PMIPDescription.Value, /Subtotal/) > 0 and Fields!SalesPrice.Value <> 0, Fields!SalesPrice.Value, //), iif(Fields!CostPlusRate.Value=//, Fields!SalesPrice.Value, Fields!CostPlusRate.Value)),iif(Fields!SalesPrice.Value=0,IIF(InStr(Fields!PMIPDescription.Value, /Subtotal/) > 0, Fields!SalesPrice.Value,  IIF((Fields!PMIPDescription.Value <> //  and (Fields!TransTableLabel.Value = /hour/ or Fields!TransTableLabel.Value = /item/)) OR (Fields!Quantity.Value <> 0 and (Fields!TransTableLabel.Value = /hour/ or Fields!TransTableLabel.Value = /item/)), /0.00/, //)),iif(Fields!CostPlusRate.Value=//, Fields!SalesPrice.Value, Fields!CostPlusRate.Value)))
 
Please let me know if you have any solution on this issue.
 
Thank you
G Badri
  • BADRI NARAYANAN G Profile Picture
    BADRI NARAYANAN G 167 on at
    SSRS Report not printing any value for Price (Sales Price) Field.
    Hi Girish,
     
    Thanks for your response.I tried to remove the part under that field in report design.Actually one of the field named TransTableLabel value was missing and hence the price field was not populating the value.I removed that portion of the code in report design and now it is working fine.
     
    Thank you
    G Badri
  • GirishS Profile Picture
    GirishS 27,816 Super User 2024 Season 1 on at
    SSRS Report not printing any value for Price (Sales Price) Field.
    Hi Badri,
     
    For Price field you have added this much big expression - Its hard to find out which part went wrong.
    If it's a real field, it will at least show 0 value in the report.
    Try restarting the SQL server reporting services and check.
    Also, if possible, remove this big expression added under, price field and try to do the calculation in DP class itself.
     
    Thanks,
    Girish S.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Congratulations 2024 Spotlight Honorees!

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December!

Congratulations to our December super stars! 🥳

Get Started Blogging in the Community

Hosted or syndicated blogging is available! ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,602 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,340 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans