Using less than or equal and greater or equal relational operators in BIP

Hi,
I have a query wherein I am using a relational operator '<=' and '>='. When I run my sql query in TOAD in works fine but when I put it in BIP using a Data Template, it says "Data Template XML is invalid". When I try to remove the '<' and the '>' signs the query is working but of course the output is incorrect.
My question is, what's the syntax in BIP Data Template for operators '<=' and '>='.
Will really appreciate anyone's help.
Thanks :)
Ann

Yeah this was the first thing I tried when I began to suspect my soundcard was causing the freezing and screeching while playing MTW 2 but as you can see here, I managed to get my card on it's own IRQ but the problem persists as ever.
[img"]http://img82.imageshack.us/img82/8908/wl6.gif[/img]
Truly extrordinary.

Similar Messages

  • How can I give a range mens some number is less than a number and greater than other number.

    how can I give a condition for a number like this
                   1<x>2. TO a condition to the  case loop selector terminal for selection .I expect help

    In the case selector, write "1..3" for all integers 1 <= x <= 3
    (if using floats it'll get rounded to an integer, so not the optimal solution, then you'll need In-range and coerce)
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • Camel Query : Calender list : Get Items agains given date that must be greater than and eqaul to start date and greater less than or equal to end date ?

    Camel Query : Calender list : Get Items agains given date that must be greater than and eqaul to start date and greater less than or equal to end date ?
    A Snap of Employee holiday list
    Case : Anne juul Sondergaar is on leave from 05-06-2014 to 07-06-2014
    I need a query to check wheither Anne juul is on leave at 06-06-2014 ????
    I am using this query that return nothing
    SPQueryquery =
    newSPQuery();
                                query.Query =
    @"<Where>
    <And>
    <And>
    <Leq>
    <FieldRef Name='Til' />
    <Value Type='DateTime'>"
    + WorkingStartDate.ToString("yyyy-MM-dd")
    + @"</Value>
    </Leq>
    <Geq>
    <FieldRef Name='Fra' />
    <Value Type='DateTime'>"
    + WorkingStartDate.ToString("yyyy-MM-dd")
    + @"</Value>
    </Geq>
    </And>
    <Eq>
    <FieldRef Name='Medarbejdere' />
    <Value Type='Lookup'>"
    + EmployeeName.Trim() +
    @"</Value>
    </Eq>
    </And>
    </Where>"
                                query.ViewFields =
    " <FieldRef Name='ID' />";
    Ahsan Ranjha

    Hello,
    Download CAML query builder from below location and use it to build your query:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/f7b36ebc-6142-404a-8b04-9c87de272871/where-can-i-download-the-u2u-caml-query-builder-for-sharepoint-2010may-i-know-the-exact-link?forum=sharepointgeneralprevious
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Are there symbols for greater than or equal, less than or equal?

    Hi,
    I have occasional references that mention things like "Adjust the Kd pot until the voltage is <= 2.0 v" or "Turn the screw until the clearance is => .005 inch."
    <= means less than or equal to.
    => means greater than or equal to.
    I looked the the installed Character Sets PDF file and could not find these symbols. Is there an ASCII or ANSI code or a special font that has these items as a single symbol?
    Yours,
    Michael F
    ========

    If you're using a FM8 or greater than you should use the Unicode values for these symbols:
    <= is /u2264
    >= is /u2265
    However, the font that you are using must contain the glyphs in these code points.
    With the ANSI Symbol and Dingbats sets, these symbols were coded at:
    0163 (\xa3) (ctrl-q #) less than or equal to
    0179 (\xb3) (ctrl-q 3) greater than or equal to

  • I have had my iphone 4 for less than 3 months and i always have it in a protective case, recently my bluetooth that i use daily will not stay connected, my alarm clock will not ring, any suggestions on whats going on??

    i have had my iphone 4s for less than 3 months and i always have it in a protective case, recently my bluetooth that i use daily will not stay connected, my alarm clock will not ring, any suggestions on whats going on??

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.

  • How to use not less than or equal to in condition

    I written a querry based on the below condition in sql querry
    b.key <= a.key
    Based on this it will return records.
    I need remaining records that not satisfy the above condition.
    That means not less than or equal to records...

    937506 wrote:
    I written a querry based on the below condition in sql querry
    b.key <= a.key
    Based on this it will return records.
    I need remaining records that not satisfy the above condition.
    That means not less than or equal to records...you mean
    b.key > a.key?

  • Unable to create the Variable icon which shows Less than or equal to

    Hi Experts,
    when we create a variable normally will get a icon of the variable which say equal to symbol on the varaible icon. Hope everybody know that.
    Now how can we change that variable icon to less than or equal.
    Please can you provide me that information.
    Thanks alot !

    hi,
    when you are trying to restrict the char select range values instead of variable.
    then select the operator type (less than, greate than etc) and in place of value select variable and then give the variable name.
    regards,
    Arvind.
    Edited by: Arvind Tekra on Jun 15, 2011 4:57 PM

  • SharePoint 2010, Visual Studio 2010, Packaging a solution - The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

    Hi,
    I have a solution that used to contain one SharePoint 2010 project. The project is named along the following lines:
    <Company>.<Product>.SharePoint - let's call it Project1 for future reference. It contains a number of features which have been named according
    to their purpose, some are reasonably long and the paths fairly deep. As far as I am concerned we are using sensible namespaces and these reflect our company policy of "doing things properly".
    I first encountered the following error message when packaging the aforementioned SharePoint project into a wsp:
    "The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters."
    I went through a great deal of pain in trying to rename the project, shorten feature names and namespaces etc... until I got it working. I then went about gradually
    renaming everything until eventually I had what I started with, and it all worked. So I was none the wiser...not ideal, but I needed to get on and had tight delivery timelines.
    Recently we wanted to add another SharePoint project so that we could move some of our core functinality out into a separate SharePoint solution - e.g. custom workflow
    error logging. So we created another project in Visual Studio called:
    <Company>.<Product>.SharePoint.<Subsystem> - let's call it Project2 for future reference
    And this is when the error has come back and bitten me! The scenario is now as follows:
    1. project1 packages and deploys successfully with long feature names and deep paths.
    2. project2 does not package and has no features in it at all. The project2 name is 13 characters longer than project1
    I am convinced this is a bug with Visual Studio and/or the Package MSBuild target. Why? Let me explain my findings so far:
    1. By doing the following I can get project2 to package
    In Visual Studio 2010 show all files of project2, delete the obj, bin, pkg, pkgobj folders.
    Clean the solution
    Shut down Visual Studio 2010
    Open Visual Studio 2010
    Rebuild the solution
    Package the project2
    et voila the package is generated!
    This demonstrates that the package error message is in fact inaccurate and that it can create the package, it just needs a little help, since Visual Studio seems to
    no longer be hanging onto something.
    Clearly this is fine for a small time project, but try doing this in an environment where we use Continuous Integration, Unit Testing and automatic deployment of SharePoint
    solutions on a Build Server using automated builds.
    2. I have created another project3 which has a ludicrously long name, this packages fine and also has no features contained within it.
    3. I have looked at the length of the path under the pkg folder for project1 and it is large in comparison to the one that is generated for project2, that is when it
    does successfully package using the method outlined in 1. above. This is strange since project1 packages and project2 does not.
    4. If I attempt to add project2 to my command line build using MSBuild then it fails to package and when I then open up Visual Studio and attempt to package project2
    from the Visual Studio UI then it fails with the path too long error message, until I go through the steps outlined in 1. above to get it to package.
    5. DebugView shows nothing useful during the build and packaging of the project.
    6. The error seems to occur in
    CreateSharePointProjectService target called at line 365 of
    Microsoft.VisualStudio.SharePoint.targetsCurrently I am at a loss to work out why this is happening? My next task is to delete
    project2 completely and recreate it and introduce it into my Visual Studio solution.
    Microsoft, can you confirm whether this is a known issue and whether others have encountered this issue? Is it resolved in a hotfix?
    Anybody else, can you confirm whether you have come up with a solution to this issue? When I mean a solution I mean one that does not mean that I have to rename my namespaces,
    project etc... and is actually workable in a meaningful Visual Studio solution.

    Hi
    Yes, I thought I had fixed this my moving my solution from the usual documents  to
    c:\v2010\projectsOverflow\DetailedProjectTimeline
    This builds ok, but when I come to package I get the lovely error:
    Error 2 The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. C:\VS2010\ProjectsOverflow\DetailedProjectTimeline\VisualDetailedProjectTimelineWebPart\Features\Feature1\Feature1.feature VisualDetailedProjectTimeline
    Now, the error seems to be related to 
    Can anyone suggest what might be causing this. Probably some path in an XML file somewhere. Here is my prime suspect!
    <metaData>
    <type name="VisualDetailedProjectTimelineWebPart.VisualProjectTimelineWebPart.VisualProjectTimeline, $SharePoint.Project.AssemblyFullName$" />
    <importErrorMessage>$Resources:core,ImportErrorMessage;</importErrorMessage>
    </metaData>
    <data>
    <properties>
    <property name="Title" type="string">VisualProjectTimelineWebPart</property>
    <property name="Description" type="string">My Visual WebPart</property>
    </properties>
    </data>
    </webPart>
    </webParts>
    .... Unless I can solve this I will have to remove the project and recreate but with simple paths. Tho I will be none the wiser if I come across this again.
    Daniel

  • Problem with the operator less than or equal to in a weby query

    Hi all.
    The universe is a OLAP Universe
    When i created a query in webi and put the month in the filter area with the operator less than or equal to like this.
    Month (less than or equal to) 2010.01 for example. The all result brings also the all values like 2010.02, 2010.03, etc
    What is the problem and how can fix that ?
    Thanks

    Looks like you are using a less than or equal to with a Sting data type.
    I think you should change to your filter to Year <= 2010 And Month <= 1. Hope you have a month and year object in you BeX.
    Anil

  • DS/SAP - DATAFLOW - This is less than(or equal to) the virtual memory 1609564160 bytes available for caches.

    Hello,
    my project is displaying the following error, when you generate a TXT record with 3 million.
    I have a project that when executato DS goes to a Z table in SAP selects every record in this table (+ 3 million), and on DS it generates a TXT file separated by semicolons (;). But the DS is not getting serar this file with more than 3 million record, the DS displays the following error:
    (12.2) 02-21-14 10:06:27 (2996:2952) PRINTFN: INFO - Definicao da $G_FF_Diretorio_OUT = C:\DS_Neogrid\Upload\QAS
    (12.2) 02-21-14 10:06:27 (2996:2952) PRINTFN: INFO - Definicao da $G_FF_Diretorio_OUT = C:\DS_Neogrid\UpLoad\QAS
    (12.2) 02-21-14 10:06:27 (5928:3040) DATAFLOW: Process to execute data flow <DF_TransfArq_035> is started.
    (12.2) 02-21-14 10:06:27 (5928:3040) DATAFLOW: Data flow <DF_TransfArq_035> is started.
    (12.2) 02-21-14 10:06:27 (5928:3040) DATAFLOW: Cache statistics determined that data flow <DF_TransfArq_035> uses <0> caches with a total size of <0> bytes. This is less
      than(or equal to) the virtual memory <1609564160> bytes available for caches. Statistics is switching the cache type to IN
      MEMORY.
    (12.2) 02-21-14 10:06:27 (5928:3040) DATAFLOW: Data flow <DF_TransfArq_035> using IN MEMORY Cache.
    Can anyone help me...
    Thank you.
    at.
    Wagner

    Error of the border of error of job.
    (12.2) 03-06-14 08:41:54 (W) (1392:6492) SYS-170114: /JB_35_Neogrid_DimDemPrimaria/DF_TransfArq_035
      Warning: Your system is running low on process virtual memory space. Available virtual memory is <22> megabytes.
    (12.2) 03-06-14 08:41:55 (W) (1392:6492) SYS-170114: /JB_35_Neogrid_DimDemPrimaria/DF_TransfArq_035
      Warning: Your system is running low on process virtual memory space. Available virtual memory is <22> megabytes.
    (12.2) 03-06-14 08:41:56 (W) (1392:6492) SYS-170114: /JB_35_Neogrid_DimDemPrimaria/DF_TransfArq_035
      Warning: Your system is running low on process virtual memory space. Available virtual memory is <22> megabytes.
    (12.2) 03-06-14 08:41:57 (W) (1392:6492) SYS-170114: /JB_35_Neogrid_DimDemPrimaria/DF_TransfArq_035
      Warning: Your system is running low on process virtual memory space. Available virtual memory is <22> megabytes.
    (12.2) 03-06-14 08:41:58 (W) (1392:6492) SYS-170114: /JB_35_Neogrid_DimDemPrimaria/DF_TransfArq_035
      Warning: Your system is running low on process virtual memory space. Available virtual memory is <22> megabytes.
    Characteristics of our server.
    It will be necessary to increase the virtual memory virtual?
    at.
    Wagner

  • Condition for excluding Sales value less than or equal to 0

    Hello Experts,
    I have to create condition in the query designer to exclude Sales Value <=0, and that should be applied to all the column values and result values when we put active.
    Can anyone help ?
    Thanks in advance,
    Venky
    Duplicate Post
    Condition for excluding Sales value less than or equal to 0
    Edited by: Arun Varadarajan on Apr 13, 2010 8:57 PM

    Hello Naveen,
    Thanks for quick reply. I have created condition greater than zero and executed report, i can able to eliminate rows with sales value <=0, but we have other columns in the report say Quantity, Backlog... when we run the report without condition the values which showed are same when we put it in active aslo.
    After eliminating few rows which having some quantity value, that value should be deducted from the result of the quantity. I tried with applying apply to results opton, then also there is no change in the result value of the quantity.
    Our requirement is to apply condition to eliminate rows which are sales value <=0 and same the result values of the columns should effect.
    Is it possible in anyway, if yes please specify solution.
    Thanks,
    Venky

  • Subtotal less than or equal to a max value

    Hi,
    I have the following values in a table:
    drop table t;
    create table t (key number, ind varchar2(1), num number);
    insert into t (key,ind,num) values (1,'Y',2);
    insert into t (key,ind,num) values (2,'Y',10);
    insert into t (key,ind,num) values (3,'Y',12);
    insert into t (key,ind,num) values (4,'Y',9);
    insert into t (key,ind,num) values (5,'Y',1);
    insert into t (key,ind,num) values (6,'Y',1);
    insert into t (key,ind,num) values (7,'Y',8);
    insert into t (key,ind,num) values (8,'Y',1);
    insert into t (key,ind,num) values (9,'N',11);
    insert into t (key,ind,num) values (10,'N',6);
    commit;The values are:
    test@ORA92> select * from t order by key;
           KEY I        NUM
             1 Y          2
             2 Y         10
             3 Y         12
             4 Y          9
             5 Y          1
             6 Y          1
             7 Y          8
             8 Y          1
             9 N         11
            10 N          6
    10 rows selected.
    test@ORA92>For all rows with ind = "Y", I want to add "num" as long as the subtotal is less than or equal to a max value (15). For all rows with ind = "N", I want the sum of "num".
    It should be as follows:
           KEY I        NUM
             1 Y          2    <- consider this, as subtotal is now 2 which is < 15
             2 Y         10   <- consider this, as subtotal is now 12 which is < 15
             3 Y         12   <- ignore this, as subtotal would be 24 which is > 15; keep running total as 12.
             4 Y          9   <- ignore this, as running total would be (12+9=) 21, which is > 15; keep running total as 12
             5 Y          1   <- consider this, as running total is now (12+1=) 13, which is <= 15
             6 Y          1   <- consider this, as running total is now (13+1=) 14 which is <= 15
             7 Y          8   <- ignore this, as running total would be (14+8=) 22, which is > 15; keep running total as 14
             8 Y          1   <- consider this, as running total is now (14+1=) 15, which is <= 15
             9 N         11 <- add this to subtotal for ind = "N"; subtotal = 11
            10 N          6 <- add this to subtotal for ind = "N"; subtotal = (11+6=) 17
    Return "ac" (subtotal for ind = "Y") = 15 - the one we got at key = 8
    Return "dc" (subtotal for ind = "N") = 17 - the one we got at key = 10I have a pl/sql block that does the same:
    test@ORA92>
    test@ORA92> --
    test@ORA92> -- To derive "ac" value:
    test@ORA92> --   Loop through t, and for ind = "Y", keep on adding "num" as long as
    test@ORA92> --   the subtotal is less than "maxnum". Disregard values of "num"
    test@ORA92> --   that would make the subtotal greater than "maxnum".
    test@ORA92> -- To derive "dc" value:
    test@ORA92> --   Sum of "num" values for ind = "N"
    test@ORA92>
    test@ORA92>
    test@ORA92> declare
      2    maxnum   number := 15;
      3    ac       number := 0;
      4    dc       number := 0;
      5    prev     number := 0;
      6  begin
      7    FOR i IN (SELECT ind, num
      8                FROM t
      9              ORDER BY key)
    10    LOOP
    11       IF (i.ind = 'Y') THEN
    12          ac := i.num + prev;
    13          IF (ac > maxnum) THEN
    14             ac := prev;
    15          ELSE
    16             prev := ac;
    17          END IF;
    18       ELSIF (i.ind = 'N') THEN
    19          dc := i.num + dc;
    20       END IF;
    21    END LOOP;
    22    dbms_output.put_line('maxnum  = '||maxnum);
    23    dbms_output.put_line('ac      = '||ac);
    24    dbms_output.put_line('dc      = '||dc);
    25    dbms_output.put_line('prev    = '||prev);
    26  end;
    27  /
    maxnum  = 15
    ac      = 15
    dc      = 17
    prev    = 15
    PL/SQL procedure successfully completed.
    test@ORA92>
    test@ORA92>Is there a way to do this processing in SQL instead ? The database version is 9i R2 (9.2.0.8.0).
    Thanks and appreciate any help and/or pointers.
    pratz...

    Rob, as it was mentioned here it can be done by Hierarichal Queries, disregarding a lot of drawbacks of such a way.
    SQL> with temp as (select t1.*,
      2                 (select case  when t1.ind = 'Y' and sum(num) > 15
      3                               then  null
      4                               else  sum(num)
      5                         end
      6                    from t t2
      7                  connect by level <= t1.lvl
      8                         and t2.key =
      9                             regexp_substr(t1.path, '[^/]+', 1, t1.lvl - level + 1)
    10                   start with t2.key = t1.key) summa
    11            from (select t.*,
    12                         level lvl,
    13                         sys_connect_by_path(key, '/') path,
    14                         sys_connect_by_path(rn, '/') path_rn
    15                    from (select t.*,
    16                                 lpad(row_number() over(partition by ind order by key),2,'0') rn
    17                            from t) t
    18                  connect by prior key < key
    19                         and prior ind = ind
    20                   start with (key, ind) in
    21                              (select min(key), ind from t group by ind)) t1)
    22  --
    23        select ind, avg(summa) keep(dense_rank first order by path_rn) max_summ
    24          from (select temp.*,
    25                       decode(instr(lead(path_rn) over(partition by ind order by path_rn), path_rn),1, 0, 1) flag
    26                  from temp
    27                 where summa is not null)
    28         where flag = 1
    29         group by ind
    30  /
    IND   MAX_SUMM
    N           17
    Y           15
    SQL>

  • The initial heap size must be less than or equal to the maximum heap size.

    All,
    Please help!!
    I have tested my Application Client Project in WSAD on my pc and it works fine.
    I have 1gb RAM on my pc. When I deploy the same app on another xp pc(same as mine but 512mb RAM) I get a heap size error. Here is the exact error:
    Incompatible initial and maximum heap sizes specified:
    initial size: 268435456 bytes, maximum heap size: 267380736 bytes
    The initial heap size must be less than or equal to the maximum heap size.
    The default initial and maximum heap sizes are 4194304 and 267380736 bytes.
    Usage: java [-options] class [args...]
    (to execute a class)
    or java -jar [-options] jarfile [args...]
    (to execute a jar file)
    where options include:
    -cp -classpath <directories and zip/jar files separated by ;>
    set search path for application classes and resources
    -D<name>=<value>
    set a system property
    -verbose[:class|gc|jni]
    enable verbose output
    -version print product version
    -showversion print product version and continue
    -? -help print this help message
    -X print help on non-standard options
    Could not create the Java virtual machine.
    Press any key to continue . . .
    Here is the batch file that runs my app:
    @echo off
    SET appClientEar=C:\corp\apps\mts\jars\MTSClientEAR.ear
    set JVM_ARGS=-Xms256M -Xmx256M
    set CLIENT_PROPS=C:\corp\apps\mts\jars\medicalclient.properties
    set APP_ARGS=
    call C:\bnsf\IBM\WebSphere\AppClient\bin\launchClientBNSF.bat "%JVM_ARGS%" %appClientEar% "-CCpropfile=%CLIENT_PROPS%" %APP_ARGS%
    @pause
    I have changed the value of Xms and Xmx of JVM_ARGS to different size but I sitll get error. Anyone knows what the problem is. Thanks..

    Don't know why, but the "maximum heap size: 267380736 bytes" value is just slightly less than 256*1024*1024, wheras the reported initial size is equal to that.
    Try setting the initial value to 255MB.

  • Less than a month and its already broken

    Dear BT and Forum users,
    I am not very happy with my BB service right now and have come on here in the hope that I might get more that platitudes and fob offs.
    So...  a few weeks ago my husband finally gave into the sales calls and agreed to have Infinity installed. Our reason - not so much faster internet but in the hope we might get a consistant service.The service we had before that was tempermental at best and we were sick of having to reset the router every other day.  (in hindsight we should have just gone with an alternative ISP).
    It was installed a couple of weeks ago and worked well until last Wednesday, since then the service has been a comedy of errors.  To start with my husband confirmed from the outset that they problem was not coming from inside the house but the customer service operator insisted on booking an engineer.
    We agreed to the Friday morning appointment. I booked the morning off work (using annual leave) and the engineer didn't show up. My husband called at 12.30 (they won't take calls from me as I'm not on the bill) and he was assured the appointment was booked in. Shortly after 1 I took a call at the home to say the "system" had lost the booking and the engineer wouldn't be coming.
    I said I was in all day, he could come now but that was clearly off script and the call centre operative wouldn't enterntain the idea (annoyingly there were 2 BT vans in my neighbourhood that afternoon). Instead they wanted me to rebook another 4 hour appointment. I couldn't stop in Saturday and wasn't going to lose more leave. I said I would discuss the options with my husband. 
    What followed that afternoon was a series of coversations with them, some with me at home and some with my husband at work offering the same options and us giving the same response. I don't know if the operatives weren't talking to each other or didn't understand but it was really irritating. In the end they said they would call my husband at 4pm. They called some time after 5 and said the would try the exchange first and call us Monday morning if they needed to access the property.
    Saturday 8.30 the engineer called to say they were on their way, we had the time so we waited. He arrived and was in the house all of 15 minutes before confirming the problem was in the exchange (all that time wasted for that!). We got a call Sunday to say they needed a new part at the exchange then today my husband got an undecipherable voicemail and a text saying the service will be fixed in the next 72 hours. He has spoken to them this evening and we're still non-the-wiser as now there's a fault further up the line. 
    Whilst all this is going on we have tried to find out if they expect us to pay for the Infinity and BT Vision whilst the services are not working. All they will say is they won't look at refunding losses until the issue is fixed. I realise they can't give us a total but it was a pretty straight forward question - am I paying for this non-service. One operator has said I can have £10 to cover the missed appointment (I value my time and annual leave a little higher).
    In all honestly the loss of internet and BT vision is frustrating but what has really dissapointed me is the lack of customer service. No one in the call centres seem to have a clue what's going on (we've had so many versions of what's wrong) and are too tied to a script. There's no sense of inconvenience - I'm supposed to be ready and waiting for 4 hours at a time but they will fix it sometime in the next 3 day. 
    Right now I'm not even sure its worth waiting to get this fixed.
    I'd love for someone to come on here and fix this for me but I'd settle for a little peer support/shared experience.
    Thanks
    L

    OK, so I was being a little optimisitic. We're back online (yay!) but now the bill is just more of the same. Apparently we have to wait 48 hours before they will tell us how they are adjusting the bill  I understand that they cannot confirm the problem si fixed yet because of some internal policy but they won't even tell us how much they would calculate as of now - a pretty straight forward question. 
    So with that, we threw in the towel... said if they can't asnwer a simple question we were off. Of course when I told then operator this he said he's put me straight through to his boss and then left me on hold for over 20 minutes before I gave up!
    Called back to leaver dept. to be told we have to pay £200 to cancel (funny they could give us that figure pretty easily). I don't know what was said when he signed up but I am going to be investigating this further. We've had the service less than a month and its been broken a week.

  • Less than or Equal to Variable on Calquarter is not working in Webi

    Hi Guru,
    I have Variable on Calquarter which brings the query result for all the cal quarters which are LESS THAN or EQUAL to entered one.
    But, when we execute the Webi Report of this Bex Query, we get data for all the Calquarters in the infoprovider.
    Its a "Single Value, Optional" variable with operand as LE.
    Thanks in advance,
    Deepak Jain

    In BEx side, calquarter is mapped as key or text?
    Maybe it is mapped as text and the variable in BO doesn't work correctly.
    Regards.

Maybe you are looking for

  • APEX 3.1.2 javaScript:doSubmit don't able navigate BUG

    Hi everybody, We're working with APEX 3.1.2. We're not able to navigate from page to page with the Thumbnails. It seems that the javaScript:doSubmit doesn't execute. In our example we want to go from 'Généralités' page to 'Paramètres' page: javaScrip

  • Can't update java on mac os 10.5

    It has come to my attention that Apple's imbecile policy on Java updates prevents users of Mac OS 10.5 and under from updating their Java to the current version, thereby exposing them to potential risks due to known vulnerabilities in the outdated Ja

  • How to hide ringtones from Music Library on N97 mi...

    Hello, The title speaks for it's self i think. I want to hide my personal ringtones (on the mass storage drive) from my Music library as it is quite annoying to hear your ringtones when listening to good music... The folder with the Nokia ringtones I

  • Tiimeline on second monitor

    I just got a new iMac retina display and I want to use Final Cut Pro X on it.  Is there a way to set the timeline to the second display? 

  • Help iPhoto crashes when I try to print

    I started experiencing a problem with iPhoto today. I was trying to print images from an album and the program keeps crashing. We rebooted, repaired the library, ran Disc Repair Utility, rebooted again and still it keeps crashing. Here is the top lin