Skip to main content
User Community
Pyramid
Help
Learning Hub
Support
How to enable Javascript
Sign Up
Login
Welcome to the Pyramid User Community
Pyramid User Community
Questions & Answers
Explore Pyramid
Product
Events & News
Member Lounge
Latest Activity
Home
Profile
Avi Perez
Admin
AviPerez
"making the sophisticated simple"
Everywhere
www.pyramidanalytics.com
Follow
Joined
Sat Jul 30 23:34:10 UTC 2016
1255
posts
159
likes received
16
followers
Badges
1672
13
2
Company
Pyramid
Country
Namibia
Latest Posts
Re: Latitude and Longitude
@Ray Johnson you should try running a direct query to your relational db (if you have one) or pushing it through the in-memory database. You might be really surprised at the greater flexibility…
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
Questions & Answers
Reported - view
Re: Duplicate Discoveries in Presentation
You cannot. The query underlying duplicates is shared by all visual instances. You should duplicate the discovery and add them independently to your visual.
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
Questions & Answers
Reported - view
Re: Creating multi-charts
@Nate Meyer There is no totals chip. One way to solve it is to create a new measure that is the aggregate of the items you'er looks at using the Formulate tools and then plot that.
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
Questions & Answers
Reported - view
Re: Batch Processing// Multi Threading// Parallel Processing
Peerzada A few thoughts and comments on your question: The "ETL" or yellow tool builds packages for importing/cleaning data. These packages are executed on the "Task" server tier.…
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
1
Questions & Answers
Reported - view
Re: Conditional Formatting
When using the 'quick' percentage indicator, it will calculate each cell as a percentage of the total for an ENTIRE MEASURE - regardless of the columns or rows.…
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
Questions & Answers
Reported - view
Re: Publish email with attchment
Please see the topic in help for full details of the licensing switches needed to get the attachment option to appear:…
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
Questions & Answers
Reported - view
Re: Publish email with attchment
You can only attach emails with an enterprise license. Otherwise you can only add links to your email.
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
Questions & Answers
Reported - view
Re: Page Repeater
No. At the moment, the page repeater only works on a single page.
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
Questions & Answers
Reported - view
Re: Coloring specific cells
There are numerous out of the box coloring options. Please read the help on the color drop zone.
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
1
Questions & Answers
Reported - view
Re: Latitude and Longitude
What type of data source are you using? If its MS OLAP/Tabular or SAP BW, you'll need to build the aggregation type into the cube/model directly - it cannot be changed directly from Pyramid.
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
1
Questions & Answers
Reported - view
Re: How to remove Grid header deatils
BTW: The "title" can be turned off in Discover from the design tab. Perhaps this is what you are after?
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
1
Questions & Answers
Reported - view
Re: Calculate difference from two table on presentation
You should solve this with a third query. You can easily build a function using Formulate that is the underling difference between the 2 measures in both grids.…
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
Questions & Answers
Reported - view
Re: Adjust default aggregation for date drill down levels.
At the moment we do not offer an 'Average of Children' aggregation option. one way to solve it is to build the standard additive metric on your fact table and then a second metric counting the…
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
1
Questions & Answers
Reported - view
Re: How to set Custom Order
If the model was created with Pyramid, you should use an independent column to determine the sort order since your captions are sorted using plain text.…
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
Questions & Answers
Reported - view
Re: Pyramid Usage Model and Analysis
For explanations on the model metrics see this posting. https://community.pyramidanalytics.com/t/184nyf/pyramid-usage-model
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
Tech Blogs & Webinars
Reported - view
Re: Pyramid Usage Model
Response Size Metrics Column Count: number of RAW columns in the result set Row Count: number of RAW rows in the result set Cell count = columns x rows The RAW result set is not always indicative of…
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
2
Questions & Answers
Official response
Reported - view
Re: How to get # of days between given two dates
You need to use the "datediff" common library function. Create a custom measure formula in Formulate. I would swap to script mode. It will look something like this datediff( [transactions].…
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
Questions & Answers
Reported - view
Re: Call Stored Procedure
Your approach makes no sense. If you want to display a limited set of data in a query, use slicers and query parameters on an existing data base via a data model (direct or otherwise).…
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
Questions & Answers
Reported - view
Re: How to call or execute(take as data-source) an SQL stored procedure in pyramid analytics
You cannot currently call a stored procedure as a live data-set from Pyramid. Instead you can use the Model tools to ingest results from the stored procedure into another data model.…
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
Questions & Answers
Reported - view
Re: Enabling access at Folder Level in Public Content
This is not correct. All folders have their own role settings that allow you to set access for the entire folder and its subordinate elements. Select the folder and then right click and look at its…
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
Questions & Answers
Reported - view
Re: Publications with Discoveries across pages?
This feature, called a "flow grid", is not available yet in the product. You can follow its progress here and vote for it.
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
Questions & Answers
Reported - view
Re: Can Admin see which reports Users have accessed?
Yes. There is a way. The most effective on-going method is to use the transaction logs which will give you a bird's eye view of the entire system, its usage by user, date,…
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
Questions & Answers
Reported - view
Re: How to remove Grid header deatils
this is not currently possible.
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
Questions & Answers
Reported - view
Re: map customization
1. Showing different symbols is not possible at the moment. I suggest you post an idea's request on the forum for this. 2. Create an attribute in your data model that flags each type of address,…
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
Questions & Answers
Reported - view
Re: Percentage of row total
The percent of total logic (driven through a context calculation) will act as follows: If the measure is in the background, it will apply to the entire grid,…
Avi Perez
Admin
"making the sophisticated simple"
AviPerez
5 yrs ago
Questions & Answers
Reported - view
1
7
8
9
10
11
12
13
Home
Questions & Answers
Explore Pyramid
Pyramid Explore Missions
Learning Live Archive
Tech Blogs & Webinars
Pyramid Dashboard Gallery
Product
Product Announcements
Product Highlights
Product Ideas
Current Product Ideas
Archived Product Ideas
Knowledge Base
Embedding Pyramid
Admin
Data Sources
Databases
Discover
Formulate
General
Install/Upgrade/Cloud/License
Model
Performance
Present
Publish
SAP
Security
Events & News
Upcoming Events & Webinars
Getting Started
Community News
Customer Success Activities
What's New
Member Lounge
View all topics