<% 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 %>
SoftwareAnalyticsConsultingPrice ManagementOur TechnologyAbout Us
<% 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 %>

Analytics   

 

KSS analytics business intelligence tools help business managers. executives and analysts quickly interpret large amounts of real-time data into usable information through user-friendly interfaces to determine issues that demand immediate attention, such as site performance and computer landscape.

KSS Analytics, KSS Visualizer and KSS Mapping work alongside KSS' PriceNet and RackPrice fuel price management software as well as a standalone business intelligence tool.

To learn more about KSS analytics products follow the links below:

KSS Analytics    KSS Analytics 

Business Intelligence – analyze and interpret valuable data and instantly view it through graphical dashboards.

KSS Visualizer    KSS Visualizer

Business Intelligence And Alerts - a web-based data visualization tool intended to draw attention to significant changes in performance measures such as volume, running rates, margin, competitor price position etc, at any level of their business from individual grade/store to overall network.

KSS Mapping    KSS Mapping

Competitor Pricing information Mapped Out - designed to present up-to-the-minute pricing and performance data on a map-based display, incorporating both traditional map views and satellite photographs.

Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player

<% 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 %>