Jump to content

nhunsaker

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

570 profile views

nhunsaker's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Is it possible to schedule email delivery of report charts that would normally be accessed by user login? It would be nice rather to have emails delivered to those user accounts rather than requiring the user to login regularly to view the chart. For example, the user login is an email address that restricts access to a report generated specifically for the owner of that email address. Rather than the owner of that email address logging in to view a data page, is it possible to automate the delivery of the view of that data page on a daily basis based upon the unique email address?
  2. I've got a similar issue as aam82. I get the "Error in the formula" even if the formula appears valid in a calculated field. I basically tried to create an aggregation in a calculated field using SELECT and the SUM function from a child table to tabulate the sum for a particular category. This might not be the proper way to do this but I need to compare the aggregated value to another calculated field. Are there any alternatives to doing these more complex calculations involving making calculations of aggregations against other non-aggregated calculated fields?
  3. I'm a little uncertain how this can be done. What I have essentially, is a lookup table that is combined in a view with a large spreadsheet. The lookup table indicates a target value that is matched up in the view to the spreadsheet based upon the initials of a person. The view is then used in a data page. However, in the data page I'd like to calculate the difference between the target (extracted from the lookup table to the view) with an aggregation that uses the SUM for the individual initials having records in the spreadsheet. It appears the data page doesn't allow the aggregated fields to be compared. My question then becomes how to perform a calculation that determines the difference between an aggregation computed from calculated fields in a data page, with a static target number that is merged from a lookup table into a view. I can show the two values side by side in a visualization but cannot figure out how to make a new field representing the difference between the target and the aggregation (the aggregation representing tha actual productivity of the individual). UPDATED: To clarify, this could be achieved if the view that merged the lookup table with the overall table only inserted the quantity once for the group of records matching by individual initials, and left the rest values 0. However, that workaround doesn't seem to be possible. Perhaps there's some intermediary step that I'm missing or some other programmatic way to make a calculation between two different aggregations.
×
×
  • Create New...