Expand my Community achievements bar.

NickVa1
NickVa1
Online
  •  in Workfront Questions on 4 hours ago
    For anyone looking for a solution to this...here's how to include nested AND within an IF on custom calculated field: IF(MONTH({plannedStartDate})=MONTH($$NOW)&&MONTH({plannedCompletionDate})=MONTH($$NOW)&&{revenueType}!="Not Billable",{workRequired}/60,"") Use &&

    Type

    Questions

    Views

    3

    Likes

    0

    Replies

    0
  • That does help a bit, thanks.  I never thought to look at the URL to find the module and operation.  Also, I have the Fusion Dev Tool plugin, so I could probably further refine.  Helps narrow it down a bit.  Cheers!

    Type

    Ideas

    Views

    23

    Likes

    0

    Replies

    0
  • Thanks for the suggestion, Pete.  I've tried that method, but it doesn't appear to open the specific module and bundle for me.  That would have been great though.  It just opens up the specific execution that ran.

    Type

    Ideas

    Views

    28

    Likes

    0

    Replies

    0
  • Currently, there's no way to expand all operations within a Fusion module's execution bubble.It takes painstaking efforts when triaging an execution and I have a need to find an ID within a large number of operations on a module. It would save a ton of time to be able to auto-expand all operations w...

    Type

    Ideas

    Views

    54

    Likes

    4

    Replies

    5
  • Thanks, Manish.It's likely that I somehow have to transform the data after it's inputted to the data store.Cheers.

    Type

    Questions

    Views

    23

    Likes

    0

    Replies

    0
  • Hi WF Fusion Community,I have a data store set up, with a field called "PrvAssetStartDate", which is a date Type (in my data structure).The data being stored in this field comes in with the following format (from the source in Salesforce) YYYY-MM-DD (e.g. 2023-05-01) I want it to stay in this format...

    Type

    Questions

    Views

    47

    Likes

    0

    Replies

    2
  •  in Workfront Questions on 08-05-2023
    Hi WF Community,Wondering if the following is possible within a report:A report that shows me all users who have logged hours to each of our portfoliosThe users would be grouped together in a column, separated by commas (like a collection)I want to include custom fields from the program objectSee at...

    Type

    Questions

    Views

    56

    Likes

    0

    Replies

    1
  • Hi Heather!Yeah, it appears so. Per Support: It looks at the full date, so it would only evaluate to true if there is at least 1 month difference between the 2 dates. If the 2 dates are 02/19/2023 and today, the calculation would be true. If the 2 dates are 02/21/2013 and today, the calculation woul...

    Type

    Questions

    Views

    91

    Likes

    0

    Replies

    0
  • Would it matter if the date value that it's capturing from a previous module is not exactly 1 month or greater compared to NOW?   Example: - It grabs the date 2023-02-01 from a previous API call module to Salesforce (asset) - My first variable module converts that date into MM/YYYY (02/2023).  That ...

    Type

    Questions

    Views

    102

    Likes

    0

    Replies

    2
  • Hi Fusion folks,I have a filter on a Fusion scenario path that looks to see if the variable called DateDif is > 0.  If so, let'er through.  However, for some reason, I'm getting a zero when it calculates the datediff, when I would expect it to be "1".  I'm not sure why this is.  Here's the scoop:   ...

    Type

    Questions

    Views

    104

    Likes

    0

    Replies

    3