web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

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

(0) ShareShare
ReportReport
Posted on by 211
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
I have the same question (0)
  • GirishS Profile Picture
    27,827 Moderator on at
    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.
  • BADRI NARAYANAN G Profile Picture
    211 on at
    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

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Martin Dráb Profile Picture

Martin Dráb 565 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 450 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 250 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans