Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 404 Bytes

File metadata and controls

13 lines (9 loc) · 404 Bytes
title SSAS Multidimensional Features
layout page
component ssasm

The following are all the features that are applicable to Analysis Services (SSAS) Multidimensional projects

{% assign sorted_features = site.features | sort: 'title' %}

{% for feature in sorted_features %}{% if feature.component contains page.component %} - {{ feature.title }}{% endif %} {% endfor %}