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

KSS Analytics    KSS Analytics

KSS Analytics provides valuable analysis of your fuels pricing program through various dashboards using standard and custom data. With KSS Analytics’ user-friendly and powerful analysis, vital information is put into the hands of your decision makers so they can understand clearly and quickly which areas need attention, such as sites with less than acceptable profit or where the defined pricing process isn’t being adhered to . The ability to access multiple data sources simultaneously will allow you to evaluate performance across sites or networks from disparate data sources as you have never been able to before.

KSS Analytics powered by QlikView technology is simple to use, deploys in as little as a few days and has the best value proposition for analyzing fuels pricing effectiveness.

KSS Analytics works alongside KSS’ PriceNet and RackPrice fuel price management software as well as a standalone Business Intelligence Tool to analyze and interpret valuable data and instantly present it via a user-friendly interface. The customizable system helps users view and manage key performance indicators (KPIs) like fuel volume, profit, margins and process adherence, and, where appropriate, compare that information against performance benchmarks.

 

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