Forum Discussion
SSNJeffP
4 years agoQrew Captain
You can just create a formula text field for each of these and use if statements to handle it like this:
If([Create or Delete a Product]=1, "Product Created or Deleted", "Product Not Created or Deleted")
Then show that field in your report instead.
Alternately:
You can use report formulas to do this directly in the report.
In the report builder, under the 'Report Formulas' Section, create a new report formula and enter the formula above:
That formula will then appear as a column you can add to the report.
Note that these values would only be visible in that report and not usable anywhere else (if that matters for your purpose).
------------------------------
Jeff Peterson
------------------------------
MrunaliKadam
4 years agoQrew Trainee
hank you very much Jeff for the quick response and suggesting 2 solutions! 1st solution will work better in my case.
------------------------------
Mrunali Kadam
------------------------------
------------------------------
Mrunali Kadam
------------------------------