XML in OBIEE

Hi,
I have a problem with formats when i put two criterias in union. I would like to put different formats in columns. In this post i sent XML code which has two parts. First is for declaration of columns and the second is XML for UNION which stand in <saw:from> element.
<saw:from> element has XML code for both criteria. I would like to format column "PELE#1"."Measures" as percentage and other columne KolonaB from criteria-two have to stay numeric.
Please help
<saw:columns>
<saw:column columnID="c1a6478c81b1eba09" xsi:type="saw:derivedColumn">
<saw:displayFormat>
<saw:formatSpec suppress="suppress" wrapText="true"/></saw:displayFormat>
<saw:tableHeading/>
<saw:columnHeading>
<saw:caption fmt="text">
<saw:text>Indicators</saw:text></saw:caption>
<saw:displayFormat>
<saw:formatSpec/></saw:displayFormat></saw:columnHeading></saw:column>
<saw:column columnID="c89b259d8f12de77e" xsi:type="saw:derivedColumn">
<saw:tableHeading>
<saw:caption>
<saw:text>Vrijeme</saw:text></saw:caption></saw:tableHeading>
<saw:columnHeading>
<saw:caption>
<saw:text>Gen2,Vrijeme</saw:text></saw:caption></saw:columnHeading></saw:column>
<saw:column columnID="cc14b1b3a3f49fdc8" xsi:type="saw:derivedColumn">
<saw:tableHeading>
<saw:caption>
<saw:text>PELE#1</saw:text></saw:caption></saw:tableHeading>
<saw:columnHeading>
<saw:caption>
<saw:text>Measures</saw:text></saw:caption></saw:columnHeading></saw:column>
</saw:columns>
<saw:from>
<saw:criteria xsi:type="saw:setCriteria" op="union">
<saw:criteria xsi:type="saw:simpleCriteria" subjectArea="&quot;CB_PFT&quot;">
<saw:columns>
<saw:column xsi:type="saw:regularColumn" columnID="ccb988563d5e15afa">
<saw:columnFormula>
<sawx:expr xsi:type="sawx:sqlExpression">"Accounts"."Gen4,Accounts"</sawx:expr></saw:columnFormula>
<saw:tableHeading/>
<saw:columnHeading>
<saw:caption fmt="text">
<saw:text>Indicators</saw:text></saw:caption></saw:columnHeading></saw:column>
<saw:column xsi:type="saw:regularColumn" columnID="cd1c5a8ce3442336f">
<saw:columnFormula>
<sawx:expr xsi:type="sawx:sqlExpression">"Vrijeme"."Gen2,Vrijeme"</sawx:expr></saw:columnFormula></saw:column>
<saw:column xsi:type="saw:regularColumn" columnID="c740ebb02a59a57cd">
<saw:columnFormula>
<sawx:expr xsi:type="sawx:sqlExpression">"PELE#1"."Measures"</sawx:expr></saw:columnFormula></saw:column></saw:columns>
<saw:filter>
<sawx:expr xsi:type="sawx:logical" op="and">
<sawx:expr op="in" xsi:type="sawx:list">
<sawx:expr xsi:type="sawx:sqlExpression">"Accounts"."Gen4,Accounts"</sawx:expr>
<sawx:expr xsi:type="xsd:string">Spread</sawx:expr>
<sawx:expr xsi:type="xsd:string">Volumen AVG</sawx:expr>
<sawx:expr xsi:type="xsd:string">Volumen EOP</sawx:expr></sawx:expr>
<sawx:expr op="equal" xsi:type="sawx:comparison">
<sawx:expr xsi:type="sawx:sqlExpression">"Vrijeme"."Gen2,Vrijeme"</sawx:expr>
<sawx:expr xsi:type="xsd:string">2012</sawx:expr></sawx:expr></sawx:expr></saw:filter></saw:criteria>
<saw:criteria xsi:type="saw:simpleCriteria" subjectArea="&quot;CB_PFT&quot;">
<saw:columns>
<saw:column xsi:type="saw:regularColumn" columnID="c3e5ca8b9b6ce451e">
<saw:columnFormula>
<sawx:expr xsi:type="sawx:sqlExpression">"Accounts"."Gen4,Accounts"</sawx:expr></saw:columnFormula>
<saw:tableHeading/>
<saw:columnHeading>
<saw:caption fmt="text">
<saw:text>Indicators</saw:text></saw:caption></saw:columnHeading></saw:column>
<saw:column xsi:type="saw:regularColumn" columnID="cf4445e1ce083bae9">
<saw:columnFormula>
<sawx:expr xsi:type="sawx:sqlExpression">'Change'</sawx:expr></saw:columnFormula>
<saw:tableHeading/>
<saw:columnHeading>
<saw:caption fmt="text">
<saw:text>VrijemeB</saw:text></saw:caption></saw:columnHeading></saw:column>
<saw:column xsi:type="saw:regularColumn" columnID="c6c768cb7f320a1c4">
<saw:columnFormula>
<sawx:expr xsi:type="sawx:sqlExpression">case when
"Accounts"."Gen4,Accounts" in (
'Spread kumulativ', 'Interna cijena kumulativ', 'Kamatna stopa kumulativ')
then
("PELE#1"."Measures Yago God" - "PELE#1"."Measures Yago2 God")*100
else
(("PELE#1"."Measures Yago God"/
"PELE#1"."Measures Yago2 God")-1)*100
end
</sawx:expr></saw:columnFormula>
<saw:tableHeading/>
<saw:columnHeading>
<saw:caption fmt="text">
<saw:text>KolonaB</saw:text></saw:caption></saw:columnHeading></saw:column></saw:columns>
<saw:filter>
<sawx:expr xsi:type="sawx:logical" op="and">
<sawx:expr op="equal" xsi:type="sawx:comparison">
<sawx:expr xsi:type="sawx:sqlExpression">"Vrijeme"."Gen2,Vrijeme"</sawx:expr>
<sawx:expr xsi:type="xsd:string">2012</sawx:expr></sawx:expr>
<sawx:expr op="in" xsi:type="sawx:list">
<sawx:expr xsi:type="sawx:sqlExpression">"Accounts"."Gen4,Accounts"</sawx:expr>
<sawx:expr xsi:type="xsd:string">Spread</sawx:expr>
<sawx:expr xsi:type="xsd:string">Volumen AVG</sawx:expr>
<sawx:expr xsi:type="xsd:string">Volumen EOP</sawx:expr></sawx:expr></sawx:expr></saw:filter></saw:criteria>
</saw:criteria>
</saw:from>

Thank for your reply Devarasu,
I know where the instanceconfig.xml path location but what i am going to do is to register instanceconfig.xml like what i did in OBIEE10G using below command
sawserver.exe -c D:\Middleware\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1\instanceconfig.xml.
I run this command but still didn't work. How can i register this instanceconfig.xml. Any thought?
Thanks
Joni
Edited by: Joni on Nov 30, 2011 5:57 PM

Similar Messages

  • Instanceconfig.xml in obiee 11g error

    hi i was following the sampleapp_10722 deployment guide i got struck *2.6.2 Instanceconfig.xml Edits* i cannot proceed further as it was mentioned in the earlier post about the issue one more doubt raised from my end
    https://forums.oracle.com/forums/thread.jspa?threadID=2369751&start=0&tstart=0_
    Make sure you have all the following tags (in green below) in the file, within the existing <ServerInstance> tag. Some of these entries may already be present in your file. Ensure that entries are made only once and are in appropriate locations.
    Some of these entries may already be present in your file since no entries are found in my instanceconfig.xml file
    according to the deployment guide
    <ServerInstance>
    *<SpatialMaps><LayerDataLayout><MaxRecords>1000</MaxRecords></LayerDataLayout></SpatialMaps>*
    *<LightWriteback>true</LightWriteback>*
    *<ps:Catalog xmlns:ps="oracle.bi.presentation.services/config/v1.1">*
    *<ps:UpgradeAndExit>false</ps:UpgradeAndExit>*
    *<ps:UpdateAccountGUIDs>UpdateAndStartNormally</ps:UpdateAccountGUIDs>*
    *</ps:Catalog>*
    *<LogonParam>*
    *<TemplateMessageName>LogonParamSQLTemplate</TemplateMessageName>*
    *<MaxValues>100</MaxValues>*
    *</LogonParam>*
    *<SubjectAreaMetadata>*
    *<DictionaryURLPrefix>/metadatadict/</DictionaryURLPrefix>*
    *</SubjectAreaMetadata>*
    </ServerInstance>
    from the earlier post i was suggested to remove ps: from following tags <ps:Catalog xmlns:ps="oracle.bi.presentation.services/config/v1.1">,<ps:UpgradeAndExit>false</ps:UpgradeAndExit>,</ps:Catalog>
    so i have done the above but here comes the main doubt the the highlighted bold tags with in the serverinstance entry where actually i have to place in my instanceconfig.xml file is there any particular place i have to place it or any where with in the
    <serverinstance>
    </serverinstance>

    Thank for your reply Devarasu,
    I know where the instanceconfig.xml path location but what i am going to do is to register instanceconfig.xml like what i did in OBIEE10G using below command
    sawserver.exe -c D:\Middleware\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1\instanceconfig.xml.
    I run this command but still didn't work. How can i register this instanceconfig.xml. Any thought?
    Thanks
    Joni
    Edited by: Joni on Nov 30, 2011 5:57 PM

  • IBot Creation in OBIEE 10G

    Hi All,
    I have OBIEE 10G installed in a unix server and BI client in windows XP. Now when I configure the scheduler via BI client, under the general tab in which format can i mention the unix server path for the scheduler script, default script and temporary file path. As these paths are defaulted to my local machice D: drive.
    Actually my problem is, I was able to login to Delivers using Administrator but unable to save a iBot. It says Authentication failed.
    Please help.
    Thanks

    Please find my config values below. I guess something is wrong and hence I am still unable to save an iBot. Please help
    instanceconfig.xml - (Already present)
    <CredentialStore>
    <CredentialStorage type="file" path="/u00/webadmin/product/10.1.3_OBI/OracleBI_1/web/config/credentialstore.xml" passphrase="obiee"/>
    </CredentialStore>
    Credentialstore.xml - (Newly added)
    <sawcs:credential type="usernamePassword" alias="admin">
    <sawcs:username>Administrator</sawcs:username>
    <sawcs:password passphrase="PMADMIN">
    <xenc:EncryptedData>
    <xenc:EncryptionMethod Algorithm="http://www.rsasecurity.com/rsalabs/pkcs/schemas/pkcs-5#pbes2">
    <pkcs-5:PBES2-params Algorithm="http://www.rsasecurity.com/rsalabs/pkcs/schemas/pkcs-5#pbkdf2">
    <pkcs-5:KeyDerivationFunc>
    <pkcs-5:Parameters>
    <pkcs-5:IterationCount>1024</pkcs-5:IterationCount>
    </pkcs-5:Parameters>
    </pkcs-5:KeyDerivationFunc>
    <pkcs-5:EncryptionScheme Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/>
    </pkcs-5:PBES2-params>
    </xenc:EncryptionMethod>
    <xenc:CipherData>
    <xenc:CipherValue>t/kuivSpJztX3qINS9v/VA==</xenc:CipherValue>
    </xenc:CipherData>
    </xenc:EncryptedData>
    </sawcs:password>
    </sawcs:credential>
    Sceduler Config via BI client - (Manage ->Jobs-> Configuration Options->General)
    Schedular Script path - /u00/webadmin/product/10.1.3_OBI/OracleBI_1/server/Scripts/Scheduler
    Default Script Path - /u00/webadmin/product/10.1.3_OBI/OracleBI_1/server/Scripts/Common
    Temporary file path - /u00/webadmin/product/10.1.3_OBI/OracleBIData_1/tmp
    Administrator Name: Administrator
    Password: XXXXXX
    Note:
    I have Doubt in the format of the script paths. Please note that the password for Administrator in both Shconfig and Credential store is same.
    Please help.
    Regards
    GJ

  • Admin Tool can not create any new database or model [nqserror 46131]

    Hi everyone!
    I can not create anything new in each layer on the admin tool. It marks unknown error.
    When I try to import metadata it send the message: [nqserror 46131] unresolved hostname, everything in online mode. I can modify everything offline, then replace the rpd and I can create reports in Answers. But I need to do all of these online mode.
    Everything else works well (Answers, Dashboards, Publisher). The server name is correctly put in the instanceconfig.xml.
    OBIEE Version: 11.1.1.6.0 (upgrade recently from 11.1.1.5). The scheduler does not start since migration.
    Server OS: Red hat enterprise edition
    Regards,
    Edgar Tercero
    Edited by: 958457 on 11-sep-2012 12:04
    Edited by: 958457 on 11-sep-2012 14:13

    Thanks but it not solve my problem.
    I detect no problem in my enviroment variables in the bi-init.sh
    This is what my admin tool log says:
    [OracleBIServerComponent] [ERROR:1] [] [] [ecid: ] [tid: 690] [nQSError: 43113] Message returned from OBIS. [[
    [nQSError: 46131] Unresolved host name: vrnmobiee. Could not get details about the specified host]]

  • XML datasource in OBIEE

    We are trying to setup a dashboard to show data from some webservice. The webservice returns data in xml format which does not meet the requirements of the obiee xml gateway component. So we created a cgi app that preprocesses the xml file returned by the webservice before import it into the physical model obiee. The cgi app looks like this http://someserver/test.cgi.
    The cgi app returns the data in a html page which contains serveral xml islands (<XML id="123">...</XML>). The Admin Tool is able to import the physical layer schema from it and create one table for each xml island found in the result. It appears to me that we don't have control over the names of the table generated and they are default to the name of the cgi page plus some index number, in this case, the tables names are "test_0", "test_1", etc. Any change to the table name will cause the presentation layer widget to report errors like "couldn't find table <sometablename> in http://someserver/test.cgi loaded".
    We can settle with default table name generated. But we need to be able to pass some parameters to the cgi app to generated data dynamically which obiee seems to have problem. Whenever we use a url like "http://someserver/test.cgi?target=data" to import the schema (the data returned by this url is exactly the same as the previous url without the target param), the Admin Tool will report something like "Some objects are not imported because of Invalid names".
    I saw from the obiee documentation that the xml gateway adapter supports dynamic xml/html generated from a url which can have parameters containing even session or repository variables. But I even couldn't get it to work with a constant parameter. Can someone tell me what I have been doing wrong? Or pointing me to some examples that take dynamically generated xml data as data source?
    BTW, we have obiee server running on a linux rehl5 server and we use the admin tool from a windows machine to manage all the metadata.
    Thanks.

    You can't use XML data sources for Init Blocks, it's not supported. I wish it was because I had a need for this the other day.
    Paul

  • How to retrieve data from xml file into obiee reports

    Hi all,
    I've got a situation here. A xml file is stored as blob in oracle database table. Now i need to retrieve data/info from that xml file into obiee reports. How am i supposed to proceed with this ?

    I will go for a table function:
    http://gerardnico.com/wiki/database/oracle/table_function
    In two words, you can create a function that behave as a table. Then you create a function to pick up your xml, you parse it and you send back the rows.
    I know that Oracle has also a library for XML files but I never use it until now.
    Success
    Nico

  • Error in OBIEE Analyses "XML Incompatible"

    Hi everybody,
    i / we have a problem/error during running some analyses/dashboards in obiee 11.1.1.6.6. In development we have no problems, all runs fine. But in quality section and later on in production this error comes on, even the user is running some dashboards. It doesn't matter, which dashboard/which analyses is running. We imported a new rpd and catalog from development (wheres running) to quality. Nothing changed.
    Can u take a look at the cryptical error-message:
    [2013-06-27T13:37:38.000+02:00] [OBIPS] [WARNING:16] [] [saw.views.dashboard] [ecid: 9b501649c5a0d837:382466fa:13e5ab3f312:-8000-000000000013caa8,0:1]
    [tid: 18] 11g xml data incompatibility: object query item 1 at /shared/<<Dashboard-Name>> requires upgrade.
    Admin needs to rerun upgrade, or remove the object, or fix the object's xml manually. File:catalogimpl.cpp
    Line:1302
    Location:
            saw.views.dashboard
            saw.subsystem.portal.pagesImpl
            saw.subsystem.portal
            saw.httpserver.processrequest
            saw.rpc.server.responder
            saw.rpc.server
            saw.rpc.server.handleConnection
            saw.rpc.server.dispatch
            saw.threadpool.socketrpcserver
            saw.threads
    SessionID: eqt5ff5nbe9d9nf99cu69mek9otih4ebqkeq2aa
    AuthProps: AuthSchema=UidPwd|PWD=******|UID=bloesc33|User=bloesc33
    ecid: 9b501649c5a0d837:382466fa:13e5ab3f312:-8000-000000000013caa8,0:1
    ThreadID: 18
    HttpCommand: Dashboard
    RemoteIP: 10.180.171.218...."
    Thanxxs a lot.
    Greetings from sunny Hamburg, Germany
    Fraenky

    I would try to run the Scan and Update Catalog Objects That Require Updates utility from Administration in Analytics. See if that helps at all. If not, compare the XML for a report that's working in DEV with the same report in QA that doesn't work, see if there are any changes.
    Good luck!

  • Adding a XML Data source in Obiee 11g on Linux

    Hi guys, I need your help.
    I'm creating a new database in the physical layer as XML.
    On the connection pool (named xml_source), I’m setting the path to the XML file, inside the datasourse name, with this format: /u01/app/xmltest/
    My XML test file is this: xml_test.xml, So in the table information, I’m setting the xml file name as this: xml_test (without the xml extension)
    The issue is when I’m trying to issue the SQL, the error message displayed says:
    Query Failed: [nQSError: 64023] cannot access /u01/app/xmltest\xml_test.xml: No such file or directory
    As you can read in the error message there is a “\” just before the xml file. So in Linux it is not a "\" but a "/", why is obiee setting a wrong path? How can I "tell" obiee that this is a Linux environment not a Windows?
    Thank you in advance.

    Sorry for my mistake, but I've found a tab called XML in the Physical Table properties. I've set the entire URL to the file and now I'm able to issue sql queries to it. Thanks!

  • How to render XML data in OBIEE

    Hi
    I have requirement where XML data need to be rendered and parsed in OBIEE reports.I need some help regarding the below questions
    1)How can we call the XML data in OBIEE and can we parse XML file in Text or Table formats
    2)Another requirement is we need to compare two XML file(May be Stored in @ columns) and then display the Message as 'Difference' or 'NO Difference'.
    Thanks in Advance

    hi
    i m having same problem.
    we cant pass XML in Answers but i think (not sure) we can pass in publisher..
    thanks

  • OBIEE Error 'Root XML Node nqw not found in island!'

    Hello,
    After I altered my Hyperion Essbase structure, my OBIEE Reports don't open.
    I increase one generation in my accounts hierachy, and now when I try open my OBIEE reports, I get the follow error:
    "Root XML Node nqw not found in island"
    Any help?
    Thanks,

    Hi Naresh,
    I hope you have resolved the issue by this time.
    In my case, it was related to an invalid filter on the report.
    I have removed the filter by updating the report .xml file from Catalog Manager.
    Hope this helps other with similar issue.
    Thanks,
    Ravi

  • /u01/app/obiee/obiData/scheduler/config/instanceconfig.xml empty

    I have OBIEE 10.1.3.4 installed on Redhat 5.2. I configured Scheduler but find the file /u01/app/obiee/obiData/scheduler/config/instanceconfig.xmlis empty. Start the scheduler getting error     [nQSError: 67042] The Scheduler Configuration is incorrect.
         [nQSError: 46084] Error at file '/u01/app/obiee/obiData/scheduler/config/instanceconfig.xml', line 1, column 1, Message: Invalid document structureHow can I get the instanceconfig.xml for scheduler? It is not mentioned in B31768-01 Scheduler Guide, nor B31765-02 BI INfrastructure Installation and COnfiguration Guide.
    Thanks

    Thank you for reply. The references you cited are very interesting. My problem is that I have an empty Scheduler configure file
    /u01/app/obiee/obiData/scheduler/config/instanceconfig.xml - this file is empty
    /u01/app/obiee/obiData/web/config/instanceconfig.xml  - I do have this and configured along the line in you first referenceThe scheduler log file says:
    [68008] Scheduler Error: [nQSError: 67042] The Scheduler Configuration is incorrect.
    [nQSError: 46084] Error at file '/u01/app/obiee/obiData/scheduler/config/instanceconfig.xml', line 1, column 1, Message: Invalid document structureTo me this means BI Scheduler does not happy the empty scheduler configure file.
    You mentioned 'the scheduler script' The config file your looking for is right,you need to check for <Alert> tag where the scheduler server entry would be defined after you
    run the scheduler script.Does the script creates the scheduler configure file?

  • Obiee Answers XML request

    Anyone can tell me where i can get documentation about the XML on the requests of obiee answers?

    Hi,
    The channels table is in the database schema ..because i am able to drag the columns from channels table in answers and veiw the results.
    when the query runs through the RPD it works fine .
    but when i run the query using direct database request feature of answers...I see the error.

  • Need information about OBIEE report XML

    Does Oracle provide document on OBIEE report XML information (such as element , sub element and property for each element)?

    Thanks for your reply. It may not be what I want. What I want is to understand the usage and syntax of XML in Advanced tab under OBIEE web analysis. For example, I got error when I tried to use the following "display" twice under one view. Is there any documentation that provide detail information about how to use these elements?
    <saw:display type="lineBar" subtype="basic" renderFormat="flash" mode="online">
    <saw:style barStyle="default" lineStyle="default" scatterStyle="default" fillStyle="default" bubblePercentSize="100" effect="2d"/></saw:display>

  • Please help! XML output needed for OBIEE report.

    Hi,
    I need an xml output of the OBIEE report. I have tried extrating the xml result using GO url but the xml format is not satisfactory. The default output assigns C0,C1..column names to each column data while on the other hand I need the name of the column and not C0 or C1.
    Hence, can anyone please suggest as to how can I format the OBIEE xml output internally i.e. without doing it manually.
    Please let me know if more explanation is required.
    Thanks in advance!!

    Hi,
    Thanks for the response but unfortunately Bi Publisher is even not giving the required output.
    The output of Bi Publisher is like
    <_170627_>170627</_170627_>
    <_TRADES_._TRADE_ID_>2996</_TRADES_._TRADE_ID_>
    <_FALSE_>FALSE</_FALSE_>
    <_N_>N</_N_>
    <_170627_>170627</_170627_>
    <_R_>R</_R_>
    and the output of OBIEE is
    <C0>170627</C0>
    <C1>2996</C1>
    <C2>FALSE</C2>
    <C3>N</C3>
    <C4>170627</C4>
    <C5>R</C5>
    <C8>B</C8>
    In both the cases I get leading and trailing tags which are not required. Ideally according to the requirement C0 should have been Trade ID, C2 - Cancellation option and so on.
    The BI Publisher does give the output to some ectent but lans up capturing the table name also as u see it is Trades.Trades Id. I even reuire few extra tags which caary report information and this data is not being pulled from database.
    Hence please help!! I am really very much confused!!
    Thanks!!!

  • Generate xml of a rpd created by OBIEE Administration 11

    I'm using this command "nqUDMLgen.exe -U Administrator -P Admin123 -R <location_to_rpd> -O <location_to_xml> -8" to generate xml for a rpd created by OBIEE Administration tool version 11. The error I get is "The repository <location_to_rpd> cannot be opened". But this works perfectly for a rpd created by version 10. I doubt in the username because the tools doesn't show the default username like that of version 10. What am I doing wrong?

    This works for me
    nqudmlgen.exe -P Admin123 -R C:\App11g\instances\instance3\bifoundation\OracleBIServerComponent\coreapplication_obis1\repository\SampleAppLite_BI0001.rpd -O one1.udml -8
    If it is helpful, please mark as correct or helpful

Maybe you are looking for

  • URGENT FIX MY Connect Four game for Wednsday PLEASE HELP

    I am using an APPLET and i want to use JOptionpane it didnt work when i used it in the paint method. So i want to make a runner to make the program work. I don't know why the Graphics g = new Graphics isnt working PLEASE HELP. Email the revised code

  • Burning more than one movie

    If I burn a 10-minute movie to DVD-R or DVD+R can I later burn another 10 minute move to the same DVD on the leftover space?

  • Urgent JMS Problem,Help!!

    I meet a urgent problem about JMS,I use wls61 sp1 but when serverl MDB subscribed to one topic,problem accur and not all of the subscriber seems to receive the message,I know that sp2 have slove the bugs.but I just want to get the patch of jms for wl

  • Check count and then do some work

    Hi, I have a table with 10 million records. I want to check whether a value of a specific column is present or not. If the count is greather than 0, then I want to do some task and if it is 0, then I want to do some other task. Could you please tell

  • Recherche dans un fichier d'une valeur décimale avec espace avant

    Bonjour à tous, après avoir écrit dans un fichier les périodes d'un signal sinusoïdale et cosinus et leurs différentes valeurs j'essaie de rechercher les valeurs des périodes (sinus et cosinus). Pour ceci j'essaie de voir où est l'espace puis le déci