%
If IO.File.Exists(server.mappath("/includes/ksstop.aspx")) Then
server.execute("/includes/ksstop.aspx")
elseif IO.File.Exists(replace(server.mappath("/includes/ksstop.aspx"),"\CMS\","\test\")) Then
server.execute("/includestst/ksstop.aspx")
End if
%>
<%
Dim getSect as String
Dim thissect as String
getSect = lcase(Request.ServerVariables("PATH_INFO"))
select case true
case instr(getSect,"software") > 0
thissect = "1"
case instr(getSect,"analytics") > 0
thissect = "2"
case instr(getSect,"consulting") > 0
thissect = "3"
case instr(getSect,"pricemanagement") > 0
thissect = "4"
case instr(getSect,"ourtechnology") > 0
thissect = "5"
case instr(getSect,"aboutus") > 0
thissect = "6"
case else
thissect = "0"
end select
%>
<%
dim ActiveURL as string = Request.ServerVariables("URL")
Dim reSpl = split(ActiveURL,"/")
dim getTotalDir as string
getTotalDir = "/" + reSpl(0) + "/" + reSpl(1) + "/"
dim stFilePath as string = server.mappath(getTotalDir + "leftmenu.aspx")
If IO.File.Exists(stFilePath) Then
server.execute(getTotalDir + "leftmenu.aspx")
End if
%>
Business Intelligence
Almost all areas of business today can benefit from mining historical data to enhance decision-making and none more so than in the area of pricing. The biggest challenges are having the right tools, automating the analysis processes and presenting the findings in a way that can inform the business when it needs it most, in some cases in real-time.
At KSS we categorize business intelligence, or pricing analytics, into three areas:
“Passive” business intelligence
Using reporting tools and analytical engines such as Crystal Reports, Business Objects XI, OLAP and data exports to Excel to “slice and dice” historical data to uncover key trends. The term “passive” reflects the need for the user to have an idea of what they’re looking for. Some examples in pricing include:
Identifying and quantifying seasonal variations in customer demand
Correlating causal factors, e.g. competitor A strategy appears to be to follow cost of product whereas competitor B is tracking another competitors prices
Variations in price sensitivity over time – customers are more sensitive early morning/late afternoon than other times of the day, weekends are more price sensitive than weekdays
“Reactive” business intelligence
Using BI components such as dashboards, alerts, and data visualization tools to report changes in key performance measures or underlying trends, as they happen. Reactive tools, such as those listed below, can give early indication of changes, in some instances in real-time, conferring competitive advantage by allowing companies to respond promptly to changes.
Role-based dashboards
PriceNet Maps
KSS Visualizer
Alerts
“Proactive” business intelligence
Analyzing historical data to predict potential future performance, trends and so on, also referred to as “predictive analytics”, is set to be the next big wave of BI activity. KSS systems support a more proactive approach through the use of:
Demand forecasting to quantify impact of price change on volume, profit and margin
Time-series forecasting for longer-term volume trends
Competitor modeling – price elasticity analysis, competitor tendency, main marker identification and tracking
Scenario and “what-if” analysis for assessing changes to strategy, pricing tactics and so on
All of the above BI areas are supported within KSS pricing systems by addressing the following:-
Efficient data gathering mechanisms – standardised interfaces/integration avoids custom interface development and minimizes cost of ownership
A single source of data with efficient access and appropriate archiving strategy so that users can query over longer periods if needed
Data cleaning and validation to ensure low quality data is prevented from “spoiling” subsequent analysis
A suite of analytical, reporting and other BI tools to query the data
Automated creation and distribution for regular, standard format reports
User training to develop the skills to use the tools to their best effect, interpret their output and communicate to other stakeholders
How does BI in pricing benefit the business?
Provides quantified basis to challenge and enhance current pricing strategy and tactics
Insight into customer price-volume sensitivity
Competitor modeling and price elasticity analysis
Demand forecasting
Rapid creation and comparison of alternate pricing scenarios
Quickly alerts stakeholders to issues with key performance measures
Volumes, margins, profits, running rates and so on
Provides rapid drill-down analysis capabilities to identify root causes of performance issues
Highlights changes in competitor and/or market conditions
Competitor changing pricing strategy
Shift in market dynamics as a result of new competition entering market, existing competitors rebranding or leaving a market etc
Real-time alerts to tactical changes demanding a response
Competitor price changes
Cost changes
Shifts in local traffic, competitor site closure, local events changing demand patterns etc
<% If thissect = "1" then %>
<% end if%>
<%
If IO.File.Exists(server.mappath("/includes/kssbase.aspx")) Then
server.execute("/includes/kssbase.aspx")
elseif IO.File.Exists(replace(server.mappath("/includes/kssbase.aspx"),"\CMS\","\test\")) Then
server.execute("/includestst/kssbase.aspx")
End if
%>