SSRS Switch Function

Hi All,
With my code below I am attempting to change labels on the Horizontal Chart axis to reflect the assigned values but my code seems not work as the chart still returns (Month 1,Month 2) instead of (Jan,Feb,Mar etc)...please review my code below maybe
I am missing something. I inserted this code under the category group Label.
=Switch(Fields!Month_Of_Year.Value = "Month 1","Jan",
Fields!Month_Of_Year.Value = "Month 2","Feb",
Fields!Month_Of_Year.Value = "Month 3","Mar",
Fields!Month_Of_Year.Value = "Month 4","Apr",
Fields!Month_Of_Year.Value = "Month 5","May",
Fields!Month_Of_Year.Value = "Month 6","Jun",
Fields!Month_Of_Year.Value = "Month 7","Jul",
Fields!Month_Of_Year.Value = "Month 8","Aug",
Fields!Month_Of_Year.Value = "Month 9","Sep",
Fields!Month_Of_Year.Value = "Month 10","Oct",
Fields!Month_Of_Year.Value = "Month 11","Nov",
Fields!Month_Of_Year.Value = "Month 12","Dec")
The dataset is shown below:
Chart Grouping:
Your insight is highly appreciated. Many Thanks.
The Best thing in Life is Life

Hi Samiullah /Katehrine
Thank you for your responses. Been struggling with connectivity in this region hence my late update.
I have tried the following code under the Month_Of_Year category group label:
=Switch(Trim(Fields!Month_Of_Year.Value) = "Month 1","Jan",
Trim(Fields!Month_Of_Year.Value) = "Month 2","Feb",
Trim(Fields!Month_Of_Year.Value) = "Month 3","Mar",
Trim(Fields!Month_Of_Year.Value) = "Month 4","Apr",
Trim(Fields!Month_Of_Year.Value) = "Month 5","May",
Trim(Fields!Month_Of_Year.Value) = "Month 6","Jun",
Trim(Fields!Month_Of_Year.Value) = "Month 7","Jul",
Trim(Fields!Month_Of_Year.Value) = "Month 8","Aug",
Trim(Fields!Month_Of_Year.Value) = "Month 9","Sep",
Trim(Fields!Month_Of_Year.Value) = "Month 10","Oct",
Trim(Fields!Month_Of_Year.Value) = "Month 11","Nov",
Trim(Fields!Month_Of_Year.Value) = "Month 12","Dec")
And the chart still displays as shown below:
I have also attempted to pass values through the following expressions:
=MonthName(Month(Fields!Month.Value))
=MonthName(Month(CDate(Fields!Month.Value)),
True)
In the meantime I will try your suggestion Katherine.
Thank you for your feedback.
The Best thing in Life is Life

Similar Messages

  • SSRS switch satement

    Hi All
    I am trying to group dates as follows
    within 0-7 days,8-10 days,11-15 days, 16-20 days and 20 plus days
    I need to column group by todays date  and ao_scheduledstartValue
    I wrote the below expression but it didnt work
    Any help much apreciated
    Thanks
    =
    Switch(
     DateDiff("d",NOW(),Fields!ao_scheduledstartValue.Value) < 8
    AND  DateDiff("d",NOW(),Fields!ao_scheduledstartValue.Value) > 0, "Within 0 - 7 days",
     DateDiff("d", NOW(),Fields!ao_scheduledstartValue.Value) < 15 AND
     DateDiff("d", NOW(),Fields!ao_scheduledstartValue.Value) > 7, "8 - 14 days",
     DateDiff("d", NOW(),Fields!ao_scheduledstartValue.Value) < 16 AND
     DateDiff("d", NOW(),Fields!ao_scheduledstartValue.Value) > 12, "11 - 15 days",
     DateDiff("d", NOW(),Fields!ao_scheduledstartValue.Value) < 17 AND
     DateDiff("d", NOW(),Fields!ao_scheduledstartValue.Value) > 21, "16 - 20 days",
     DateDiff("d", NOW(),Fields!ao_scheduledstartValue.Value) > 20, "20 plusdays"
    Pradnya07

    Hi Simran08,
    I suggest you write calculated column as expression you want to group by in dataset rather then in switch function in ssrs and group it by this calculated member
    CASE
    WHEN DATEDIFF(day,GETDATE(),ao_scheduledstartValue) BETWEEN 0 AND 7 THEN 'WITHIN 0-7 days'
    WHEN DATEDIFF(day,GETDATE(),ao_scheduledstartValue) BETWEEN 8 AND 14 THEN 'WITHIN 8-14 days'
    END
    Jiri
    Jiri Neoral

  • Switch function keys and Fkeys

    The default use of the F-keys is for the functions such as brightness and volume. How do I switch function keys and F-keys so the F keys are the default, especially for programs that I can assign custom keystrokes such as in Adobe InDesign. Thanks

    Hi, Shut down the notebook.  Tap away at the esc key as you start the notebook to enter the Start-up Menu.  Select the Bios option ( f10 ), then make the change shown in the document on the following link. http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02035108&cc=us&dlc=en&lc=en&jumpid=reg_R1002_US... Regards, DP-K

  • Using IF or SWITCH functions inside a DAX formula into a tabular model - SSAS 2012

    Hi,
    in a tabular model I've changed a DAX formula introducing the SWITCH function, but when I deploy the changed formula and open the Excel workbook the slicer connected to the pivot table doesn't highlight the slicer values involved as instead of old formula.
    Any suggests to me in order to maintain the right behaviour for the slicers when a formula is re-written using an IF/SWITCH functions, please?
    Thanks

    I think that is the default behaviour and I can find a few justifications for it too...
    For eg, if you have a complex IF condition, the measure will have to be evaluated for each value of the slicer for correctly finding the right values in the slicer to highlight, and that can make it REALLY slow.
    Also, sometimes there is no correct values to highlight. For eg, if I have the products in the slicer and have a condition like
    =IF(HASONEVALUE(Product[Product]),1)
    then which Product should be highlighted? There is no correct value as any one of the Product selected on it's own will display value for the measure. And more than one products selected will display no value. So no matter what you display/highlight on the
    slicer, there is no "correct" behaviour. In such a case, it is best left to display/highlight all values.
    Cheers,
    Jason | www.SqlJason.com
    P.S. : Please click the 'Mark as Answer' button if a post solves your problem! :)

  • E71 switch function for contacts - help!

    Hello
    I am trying to put contacts onto an E71 from an 8800 Arte. The built in switch function has transferred numbers only. They are useless without names. Is there any way to get the FULL contact details transferred?
    Thanks
    M

    Hi,
     Try to sync it with Outlook first with ur 8800 and then connect ur Nokia E71 and resync back to the device
     Bluetooth is also a good option i doubt whether u will get full details again since i havent tried this personally
    check it out
    Message Edited by krizanand on 05-Sep-2009 01:31 AM
    If a reply has solved your problem click Accept as solution button, doing it will help others know the solution. Thanks.

  • Side switch function

    The side switch function setup is not shown in my iphonbe 5s.
    I went to settings/general but it is just not there

    The iPhone 5 (or 5S) does not have a "side switch" setting. This settings only applies to the iPad. If you're looking for rotation lock/unlock, swipe up from the bottom of the dock (just above the Home button) which will bring up the Control Center. The rotation lock/unlock is at the top-right of the Control Center panel.

  • Client switch functionality

    The customer is considering to implement client switch functionality in interaction center for CRM7.  Are there implications for this scenario if one of the CRM/ERP pairs is unavailable due to outage?
    regards,
    bill.

    Hello Suvitha,
    Sure, the Client Switch scenario is designed for situations in which you need to keep data from different customers completely separated and secure. For example, this is commonly used in business processing outsourcing (BPO) situations where a company provides call-center hosting for a number of different companies. When a customer calls, the system recognizes the caller and pulls up the record from the correct SAP CRM client. Here are some more details:
    [http://help.sap.com/saphelp_crm60/helpdata/en/ee/59d9aff0fc4a2fb48d73a0cf93c90c/content.htm]
    [http://www.sap.com/community/webcast/2008_06_SAPSkills_de/2008_06_sapskills_de_F5.pdf]
    Best regards,
    John

  • SSRS Switch Case Default Value

    Hi 
    I am preparing a chart in my report. My problem is default value of switch statement. I want to hide the default value on my chart. 
    My expression in category group is below. Totally, there are 4 statuses. However, I just use status 1 and status 2.
    Switch(Fields!status.value=1,"New order",Fields!status.value=2,"Order",true,nothing)
    When I execute the report it displays "New order" and "Order" correct. But also displays me default value. I just want these two values. I don't want to display the third one on my chart. How can I hide statuses except 1 and 2 ?  
    KAdir

    Hi KAdir,
    If I understand correctly, you want only display the first and second category values in the chart. In your case, we can use IIF() function to work around the issue.
    Please refer to the following expression in category group:
    =IIF(Fields!status.value=1,"New order",
    IIF(Fields!status.value=2,"Order",Nothing))
    Then, use following expression to replace the Values' expression:
    =IIF(Fields!status.value=1 or Fields!status.value=2,
    Fields!Details.Value,0)
    There is a screenshot for your reference:
    If there are any misunderstanding, please feel free to let me know.
    Regards,
    Alisa Tang
    If you have any feedback on our support, please click
    here.
    Alisa Tang
    TechNet Community Support

  • Command Line to emulate Turn-Off Bluetooth Switch Function

    We are looking to initially turn-off the bluetooth function on our deployed computers unless the user specifically needs it. We have already tested two command options: Turn off Bluetooth support service and Disable Bluetooth adapter. Neither of these will
    toggle the switch found in Metro's PC and Device Settings, so the device still shows as ON and confuses the user. 
    Can someone help us find the command line to execute that will emulate triggering this switch to Off?

    Hi,
    Based on my research, thereis a poershell cmdlets that used to manage Device should be helpful with your requirement:
    https://gallery.technet.microsoft.com/scriptcenter/Device-Management-7fad2388
    It provide a command to disable device:
    Enabling / Disabling Devices
    PowerShell
     $deviceName = Read-Host -Prompt 'Please enter the Name of the Device to Disable'; Get-Device | Where-Object -Property Name -Like $deviceName | Disable-Device
    Roger Lu
    TechNet Community Support

  • BAM If Then Else or Switch function

    I have BAM data object called "Vehicle" which gets populated via messages coming in through from the enterprise message source. I have a requirement for a calculated field ArrivedStatusTime in the data object. In normal programming language I would just say where UnitStatus, StatusTime are other fields in the same data object.
    If(UnitStatus =="AD"){
    Then substitue value of field ArrivedStatusTime = StatusTime
    The same in BAM is difficult as it enforces the usage of else for which I have no use. Also there are no working examples of BAM function syntax for comparision of Strings (say a data object field UnitStatus =="AD) on the internet. Also my requirement is have the ArrivedStatusTime field should not be overwritten by other messages coming in with UnitStatus other than "AD"
    Please suggest, simple logic like this is hard to implement in BAM.
    Thanks

    Again, {} is only required when the field name has special characters in it. Otherwise, it can be used as it is.I adopted the use of braces {} as the best parctices and I highly recommend it.
    "Column names containing any special characters, such as the operators listed in Table 31-1 double quotation marks, or spaces, must be surrounded with curly braces {}. If column names contain only numbers, letters and underscores and begin with a letter or underscore they do not need curly braces. For example, if the column name is Sales+Costs, the correct way to enter this in a calculation is {Sales+Costs}."I've had cases - can not remember where it was - that the non use of curly braces in field names without special characters shown error messages. So, this intermittent result reiterates my recommendation.
    []s
    Luciano Gomes

  • 4506 Calalyst Console no longer works, switch functions ok

    I came in this morning to work and it seems that the entire office was working at a snails pace (the 4506 that runs the office is in a Flat network config, only 40 devices all in the same domain). Everything runs at Gigabit or 100mbit speeds. It felt like everything had dropped to worse than 10mbit speeds! (Link speeds were still correct from the PCs, Gigabit PCs were still linked at Gigabit) I tried to access the switch from the console (the only way I have it setup to get console access) but I could not get a console (yes, the settings are correct, I even tried to recreate my hyperterminal config and tried using a different PC to connect just in case it was com-port issue). I can't get a console on the switch. I turned off the switch, and powered it back up, everything seems to work fine again. But I still can't get a console. I tried everything I could think of to get the console to work (set it to VT100 instead of Auto, tried Hardware FlowControl and No FlowControl). I didn't try a different cable, since I don't have one, but the cable has been in the same place for 3 years, and has never moved - it has always worked before as far as I know (it's been at least 6 months since I've logged in to it). Is the console port "dead"? Any help would be great.

    Hello Again,
    Thanks for the suggestions folks.
    I tried every baud rate I could (along with a whole bunch of other console settings just for the sake of trying - including trying a different PC). No luck.
    I pulled the Supervisor out of the switch, dusted it off (not much dust) and check the RAM. It seemed very secure to me (I didn't actually pull it out, but I did release it from it's holder so it snaps up - It seemed very tight to me, so I left it alone and reset it back into the "snap holder").
    Does the Management Port for Ethernet have any default settings? Is it possible it is setup (don't believe it was ever configured).
    Can I do anything else at this point other than RMA? Will anything be covered under warranty or is it an out of pocket thing now? (the Switch is 4 years old now).
    Can I reload the IOS in anyway? I do have the config on a flashcard (though, once again, that may be mute without console access).
    Thank you.

  • Oracle BAM Switch Function Not working as Expected

    I am using following code to create days bucket in VIEW. SCHEDULE_SHIP_DATE data type is datetime.
    This code shows me 61 for every test case. Even values are present for other case also like -1, -10.
    Please help me in this user case
    Switch((Now()-{SCHEDULE_SHIP_DATE})/86400)
    Case(-1):(15)
    Case(-2):(15)
    Case(-3):(15)
    Case(-4):(15)
    Case(-5):(15)
    Case(-6):(15)
    Case(-7):(15)
    Case(-8):(15)
    Case(-9):(15)
    Case(-10):(15)
    Case(-11):(15)
    Case(-12):(15)
    Case(-13):(15)
    Case(-14):(15)
    Case(-15):(15)
    Case(-16):(30)
    Case(-17):(30)
    Case(-18):(30)
    Case(-19):(30)
    Case(-20):(30)
    Case(-21):(30)
    Case(-22):(30)
    Case(-23):(30)
    Case(-24):(30)
    Case(-25):(30)
    Case(-26):(30)
    Case(-27):(30)
    Case(-28):(30)
    Case(-29):(30)
    Case(-30):(30)
    Case(-31):(60)
    Case(-32):(60)
    Case(-33):(60)
    Case(-34):(60)
    Case(-35):(60)
    Case(-36):(60)
    Case(-37):(60)
    Case(-38):(60)
    Case(-39):(60)
    Case(-40):(60)
    Case(-41):(60)
    Case(-42):(60)
    Case(-43):(60)
    Case(-44):(60)
    Case(-45):(60)
    Case(-46):(60)
    Case(-47):(60)
    Case(-48):(60)
    Case(-49):(60)
    Case(-50):(60)
    Case(-51):(60)
    Case(-52):(60)
    Case(-53):(60)
    Case(-54):(60)
    Case(-55):(60)
    Case(-56):(60)
    Case(-57):(60)
    Case(-58):(60)
    Case(-59):(60)
    Case(-60):(60)
    default(61)

    I am using following code to create days bucket in VIEW. SCHEDULE_SHIP_DATE data type is datetime.
    This code shows me 61 for every test case. Even values are present for other case also like -1, -10.
    Please help me in this user case
    Switch((Now()-{SCHEDULE_SHIP_DATE})/86400)
    Case(-1):(15)
    Case(-2):(15)
    Case(-3):(15)
    Case(-4):(15)
    Case(-5):(15)
    Case(-6):(15)
    Case(-7):(15)
    Case(-8):(15)
    Case(-9):(15)
    Case(-10):(15)
    Case(-11):(15)
    Case(-12):(15)
    Case(-13):(15)
    Case(-14):(15)
    Case(-15):(15)
    Case(-16):(30)
    Case(-17):(30)
    Case(-18):(30)
    Case(-19):(30)
    Case(-20):(30)
    Case(-21):(30)
    Case(-22):(30)
    Case(-23):(30)
    Case(-24):(30)
    Case(-25):(30)
    Case(-26):(30)
    Case(-27):(30)
    Case(-28):(30)
    Case(-29):(30)
    Case(-30):(30)
    Case(-31):(60)
    Case(-32):(60)
    Case(-33):(60)
    Case(-34):(60)
    Case(-35):(60)
    Case(-36):(60)
    Case(-37):(60)
    Case(-38):(60)
    Case(-39):(60)
    Case(-40):(60)
    Case(-41):(60)
    Case(-42):(60)
    Case(-43):(60)
    Case(-44):(60)
    Case(-45):(60)
    Case(-46):(60)
    Case(-47):(60)
    Case(-48):(60)
    Case(-49):(60)
    Case(-50):(60)
    Case(-51):(60)
    Case(-52):(60)
    Case(-53):(60)
    Case(-54):(60)
    Case(-55):(60)
    Case(-56):(60)
    Case(-57):(60)
    Case(-58):(60)
    Case(-59):(60)
    Case(-60):(60)
    default(61)

  • G500 - switch functionality of Multimedia keys with F1-F12?

    Hi all.
    I have just bought the G500 and I'm getting really annoyed by the keyboard. 
    It has "great" multimedia keys as the main keys instead of usual F1-F12 keys. To access their functionality you must press Fn+appropriate key. The problem has been described here many times. But no solution works for G500.
    I have tried: 
    enter BIOS (no such option for keyboard)
    install Lenovo Slim USB Keyboard application (runs, but the option selected have no effect)
    install Lenovo Ultraslim Plus Wireless Keyboard & Mouse Driver application (do not run at all - just brings me to the desktop and do nothing)
    I'm wondering if someone experience such problems too, and if there is some solution. I'm not able to use the computer since I use a lot of application depending on the functional keys and if there is no solution I will have to buy another computer, and it would not be Lenovo anymore as this really disappointed me:-(.
    Btw: does anyone at all really like new keyboard?
    Thanks,
    Michal Linhart
    Solved!
    Go to Solution.

    hi Zoka17,
    You concern might be similar to this thread
        http://forums.lenovo.com/t5/IdeaPad-Y-U-V-Z-and-P-series/How-do-I-invert-the-F-keys-and-the-Fn-keys-...
    If you don't have the setting in the BIOS under Configuration TAB named "Hotkey"
    then I'm afraid on that thread they had to use a Software to remap few of the FN keys and reverse it.
     I'm not sure how or if this will help, but give it a try,
    Best regards
    Solid Cruver
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • How to convert switch statement into iif than else statement in SSRS

    Hi All;
    How do i convert switch statement into iif statement in ssrs
    =
    Switch(
    Fields!createdonValue.Value = Now(), "Today",
    Fields!createdonValue.Value = DateAdd("d",-1,Today()),"Yesterday",
    Fields!createdonValue.Value >= FORMATDATETIME(DateAdd(DateInterval.Day, -6,DateAdd(DateInterval.Day, 1-Weekday(today),Today)),DATEFORMAT.ShortDate) and
    Fields!createdonValue.Value <= FORMATDATETIME(DateAdd(DateInterval.Day, -0,DateAdd(DateInterval.Day, 1-Weekday(today),Today)),DATEFORMAT.ShortDate),"Last Week",
    Fields!createdonValue.Value >= FORMATDATETIME(DateAdd(DateInterval.Day, -13,DateAdd(DateInterval.Day, 1-Weekday(today),Today)),DATEFORMAT.ShortDate) and
    Fields!createdonValue.Value <= FORMATDATETIME(DateAdd(DateInterval.Day, -0,DateAdd(DateInterval.Day, 1-Weekday(today),Today)),DATEFORMAT.ShortDate),"Last Fortnight",
    Fields!createdonValue.Value >= DateValue(DateAdd("M",-1,DateAdd("D",-(Day(Now)-1),Now))) and
    Fields!createdonValue.Value <= DateValue(DateAdd("D",-1,DateAdd("D",-(Day(Now)-1),Now))),"Last Month",
    Fields!createdonValue.Value >= DateSerial(Year(Now()), 1, 1) and
    Fields!createdonValue.Value <= DateSerial(Year(Now()), 12, 31),"Year to Date"
    Any help much appreciated
    Thanks
    Pradnya07

    Not sure why you want to se IIF as Switch is more compact
    Anyways it will look like this
    =IIf(
    Fields!createdonValue.Value = Now(), "Today",IIf(
    Fields!createdonValue.Value = DateAdd("d",-1,Today()),"Yesterday",Iif(
    Fields!createdonValue.Value >= FORMATDATETIME(DateAdd(DateInterval.Day, -6,DateAdd(DateInterval.Day, 1-Weekday(today),Today)),DATEFORMAT.ShortDate) and
    Fields!createdonValue.Value <= FORMATDATETIME(DateAdd(DateInterval.Day, -0,DateAdd(DateInterval.Day, 1-Weekday(today),Today)),DATEFORMAT.ShortDate),"Last Week",IIf(
    Fields!createdonValue.Value >= FORMATDATETIME(DateAdd(DateInterval.Day, -13,DateAdd(DateInterval.Day, 1-Weekday(today),Today)),DATEFORMAT.ShortDate) and
    Fields!createdonValue.Value <= FORMATDATETIME(DateAdd(DateInterval.Day, -0,DateAdd(DateInterval.Day, 1-Weekday(today),Today)),DATEFORMAT.ShortDate),"Last Fortnight",IIf(
    Fields!createdonValue.Value >= DateValue(DateAdd("M",-1,DateAdd("D",-(Day(Now)-1),Now))) and
    Fields!createdonValue.Value <= DateValue(DateAdd("D",-1,DateAdd("D",-(Day(Now)-1),Now))),"Last Month",IIf(
    Fields!createdonValue.Value >= DateSerial(Year(Now()), 1, 1) and
    Fields!createdonValue.Value <= DateSerial(Year(Now()), 12, 31),"Year to Date")))))
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Using HASONEVALUE and SWITCH dax functions - SSAS 2012 Tabular

    Hi,
    I'm testing the behaviour of a series of Dax formulas created in a my tabular model. In order to detect a "strange" anomaly, I'm analyzing in particular this formula:
    IF( HASONEVALUE( Products[ProductID] ),
    SWITCH(
    VALUES( Products[CategoryID] ),
    "Cat1", <measure_for_Cat1>,
    "Cat2", <measure_for_Cat2>,
    For this example, I've a fact table (e.g. having orders) with a product id and a products table with product id, product descr, category id, etc.
    In the pivot table on Excel, product id can be put as a filter or as a row, but the category id (evaluated in the SWITCH function) is not to show to the end user.
    I'd like to understand if a dax formula so built could give an error: when I put the product id as a row the related measure is calculated rightly, but if I try to filter some values for the product id the measure are not determined rightly respect to the
    filtered product id on row. Perhaps, the VALUES in the SWITCH function has a bad behaviour.
    Any suggests to me, please?
    Thanks

    Hi ,
    SUMMARIZE(<table>, <groupBy_columnName>[, <groupBy_columnName>]…[, <name>, <expression>]…)
    SUMMARIZE(ResellerSales_USD
    , DateTime[CalendarYear]
    , ProductCategory[ProductCategoryName]
    , "Sales Amount (USD)", SUM(ResellerSales_USD[SalesAmount_USD])
    , "Discount Amount (USD)", SUM(ResellerSales_USD[DiscountAmount])
    so in cube you for calculated column it would be
    =SUMMARIZE(ResellerSales_USD
    , DateTime[CalendarYear]
    , ProductCategory[ProductCategoryName]
    , "Sales Amount (USD)", SUM(ResellerSales_USD[SalesAmount_USD])
    , "Discount Amount (USD)", SUM(ResellerSales_USD[DiscountAmount])
    thanks
    Please Mark This As Answer or vote for Helpful Post if this helps you to solve your question/problem. http://techequation.com

Maybe you are looking for

  • How to give the seasonal discounts in pricing procedure

    Dear SD Gurus, Can anybody guide me how to map the below scenario A company wants to give the seasonal discount in a month.The first week it should give 3% discount on the purchase and the 2nd, 3rd,4th week should be 4%, 5%, 6% respectively.One more

  • Use of pdfSource in Interactive Forms in webdynpro

    hi, please let me know the use of "<b>pdfSource</b>" property while designing the Interactive form in webdynpro. i tried with and without creating the pdfSource property in my application and still there were no errors while deploying it. Thanks Rega

  • Safari start up issues

    Hi, Whenever I start safari, the application icon just bounces in the dock continuously and doesnt go any further. When I bring up the force quit window, it just says that the application is not responding. How do I sort this out? I searched through

  • Oh, no! Another IMAP question

    I've searched the internet for 2 days for a solution to my problem and couldn't find one.  Many have come before me, but if they've found a solution, it wasn't posted anywhere on the net where Ixquick could find it.  Here's my problem: I just purchas

  • My Mac Book Pro 17" has a blank screen and won't boot up?

    My Mac book Pro 17" the screen started to scramble and I restarted the computer....I then got a grey screen and the computer never booted up again....Any ideas?