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

Whitepapers

 

Click on the links below to download PDFs of the White Papers

 

 

Managing Fuels Pricing to Maintain Sales Growth In Challenging Market Conditions

Click here to read more

 

Driving Store Traffic Through Competitive Fuels Pricing Strategies

Click here to read more

 

Effectively Delivering Your Fuels Strategy Through Pricing Rules

Click here to read more

 

Achieving Higher Fuel & Retail Performance - Dynamic Pricing & Performance Management

Click here to read more

 

 

Coping With Cost & Price Volatility

Click here to read more

 

Volume Forecasting In Discount Markets

Click here to read more

 

Quantifying & Exploiting The Relationship Between Gas & Inside Sales

Click here to read more

 

Increasing Resource Productivity & Effective Knowledge Sharing

Click here to read more

 

Adapt Fuels Pricing To Changing Customer Behavior

Click here to read more

 

Wholesalers: Mazimize Profits While Meeting Volume Targets

Click here to read more

 

Consistently Predicting Competitor Prices As The Basis For Improved Price Targeting

Click here to read more

 

Pricing In Volatile & Unpredictable Markets

Click here to read more

 

Maximizing Competitor Matching Policies Through Rules-Based Pricing

Click here to read more

 

Ensuring Fules Pricing Compliance

Click here to read more

 

Insights Into Fuel Purchasing Preferences

Click here to read more

 

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