Introduction
Since you're probably new to Kepion, you probably have many questions. Refer to this FAQ to find answers to common questions we get from new users.
Why is Kepion running slowly?
Many factors impact the performance of a Kepion application. To name just a few:
- Hardware specifications
- Amount of data and how it's been stored
- Rule and form configuration
Take a look at our Performance Tuning Guide for helpful tips for optimizing an application and review the technical specifications to make sure your hardware meets the minimum requirements.
Why isn't my app on the Apps page?
The two most common reasons are:
- You haven't been added as a contributor to the app.
- The app has expired.
Why can't I turn my application online?
If this happens after migrating an application from another environment, it may be a version mismatch issue. Another possible cause is that the application no longer exists in the database or has been renamed. Try accessing the SQL server through SQL Server Management Studio (SSMS) and confirm that the Application you're trying to bring online still exists in the database.
How do I request new features?
Feedback and feature requests from partners and customers help us determine what to prioritize for the future. Please submit feature requests as support tickets.
Why is my cell not "inputtable?"
The reasons could include:
- A dimension member is not on the lowest level.
- You don't have permission to write to the dimension or model.
- The app has been locked.
- The app has write restrictions enabled.
- A cell attribute has disallowed input.
- The form has been set to read-only.
Take a look at this guide to diagnose and resolve your issue.
Why does my text input disappear when I post?
You likely need to turn on the Query includes annotation and text cells option under the Advanced Settings in a form.
How do I change default cell colors?
You can configure this under the Advanced Settings tab in your forms. Disable colors using the checkboxes or select the color boxes to change the colors.
How do I change the icon for my app?
You can configure this while working on the relevant dashboard, under the Setting tab.
What's the difference between view and action rules?
View rules generate SQL views, which are virtual tables. Views are dynamic and update automatically as the data changes.
Action rules are updated on demand and allow you to INSERT or DELETE the records in a partition. Action rules are typically preferred when the resulting values need to be referenced in other rules.
When should I use SQL vs MDX?
Kepion uses a SQL database and an OLAP database for each application. The SQL database holds all of the data and configurations for the application, while the OLAP database contains OLAP cubes, which are aggregations of the data.
To put it simply:
When you want to manipulate table data, use SQL.
When you want to manipulate data in the cube, use MDX.
Note: SQL is highly preferred, when possible, as MDX tends to impinge on performance.
How do I get access to sample applications?
Submit a support request and we'll get you set up with the necessary permissions.
My question isn't answered in the Support Center
Please submit a support request.