Ibass posted this response to someone asking a very similar question, but it isn't working for me - I need the formula to work at a group level that is determined by the formula LOB which is no more than:
ToText (Round({Command.Category}),0) + " - " +
{Command.Category_Name}
But putting LOB in a formula very similar to the one below, it says too many arguments have been entered for this function. So if you remove one of the arguments and insert LOB, it then errors and says LOB needs to be a string. Anyone have a solution to getting the formula to work at the group level and getting around the "string" error? Would be greatly appreciated!
Here's Ibass' answer:
To get the gross profits per month based on sales per month, group on your date field {table.date}, and set it to "monthly". Create a formula {@monthlyGP%}:
sum({@Actual GP},{table.date},"monthly")%sum({@USD Sales},{table.date},"monthly")
Insert the chart, choose line, advanced layout, enter {table.date} as your "On Change Of" field, and then select it. Choose "Order" and select "chart values shown for each month." Choose {@monthlyGP%} as your summary field, and check "don't summarize values."
ToText (Round({Command.Category}),0) + " - " +
{Command.Category_Name}
But putting LOB in a formula very similar to the one below, it says too many arguments have been entered for this function. So if you remove one of the arguments and insert LOB, it then errors and says LOB needs to be a string. Anyone have a solution to getting the formula to work at the group level and getting around the "string" error? Would be greatly appreciated!
Here's Ibass' answer:
To get the gross profits per month based on sales per month, group on your date field {table.date}, and set it to "monthly". Create a formula {@monthlyGP%}:
sum({@Actual GP},{table.date},"monthly")%sum({@USD Sales},{table.date},"monthly")
Insert the chart, choose line, advanced layout, enter {table.date} as your "On Change Of" field, and then select it. Choose "Order" and select "chart values shown for each month." Choose {@monthlyGP%} as your summary field, and check "don't summarize values."