ContributionsMost RecentMost LikesSolutionsHelp required troubleshooting a Report Book not processing in Excel Hi, I have a Book that is not creating any data in Excel, it is supposed to loop through all entities. I know that there is data in the system that should populate the Book because I can retrieve s...Re: Dashboard - Time Data on x-axis odd Thanks for the guidance on thisBobNelson Re: Getting the Workflow Profile Text2 ( or 3 or 4 ) attribute value using BRApi ( Not Text1 ) Hi Jack, Thanks for the update. An extended problem with this has now manifest itself, where Ideally I want to get the local currency value of the entity into the cubeview to manipulate the col-tot...Re: Getting the Workflow Profile Text2 ( or 3 or 4 ) attribute value using BRApi ( Not Text1 ) Hi Jack, Back here again as the solution that did work is working but not direct from CubeView designer, it only works when activated as a form from a template. We have recently upgraded to ver 7.4...Re: Getting the Workflow Profile Text2 ( or 3 or 4 ) attribute value using BRApi ( Not Text1 ) Hi, That works now, although it didn't initially. But just ran it again and it does. So thank you. Re: Getting the Workflow Profile Text2 ( or 3 or 4 ) attribute value using BRApi ( Not Text1 ) Hi, Thanks for the info, but what is the full syntax to retrieve that ? Dim myText2item As String = BRApi.Workflow.SharedConstants.WorkflowProfileAttributeIndexes.Text2 That does not work, so w...Re: Getting the Workflow Profile Text2 ( or 3 or 4 ) attribute value using BRApi ( Not Text1 ) Hi, From a cubeview I want to send certain information about the workflow, I know I can send |WFText2| as a parameter to the business rule and I can work from that, but I wanted to understand why i...Getting the Workflow Profile Text2 ( or 3 or 4 ) attribute value using BRApi ( Not Text1 ) Hi all, I am baffled as to why I am unable to retrieve the Text2 ( or 3 or 4 ) attribute value in a workflow profile. I use the following code to get the Text1 value : Dim wfClusterPK As Workflow...SolvedRe: How can I ( if possible ) set a UD static value from a data source based on contents of a column Hi Krishna, Sorry, I am not really understanding what you are suggesting. What I have in my import file is a GL code prefixed with an "O", "X" or "R" and then a 6 digit number. What I want to do is...How can I ( if possible ) set a UD static value from a data source based on contents of a column Hi, I have a data source, where the leading character of the alphanumeric values in the column are used to identify if the row value should be assigned to a particular dimension field in a UD. The ...