Giter VIP home page Giter VIP logo

Comments (10)

sandraros avatar sandraros commented on September 20, 2024 1

Got it concerning zdemo_excel47. It's due to the login in German. It works in English.

In column E, the formula is =[@Airfare]+100
image

If you connect in German, the column name is different:
image

I will open an issue in the demos repository.

from abap2xlsx.

sandraros avatar sandraros commented on September 20, 2024 1

Now, back to your original issue, I don't think you really want to use the Excel feature of Column Formulas.

Your basic question is to use the formula =COUNTIF(P2:AS2,"K"). Pay attention to the fact that the formulas are internally stored with a comma, not a semi-colon.

I tested it, it works well.

from abap2xlsx.

tk-am501 avatar tk-am501 commented on September 20, 2024 1

Now, back to your original issue, I don't think you really want to use the Excel feature of Column Formulas.

Your basic question is to use the formula =COUNTIF(P2:AS2,"K"). Pay attention to the fact that the formulas are internally stored with a comma, not a semi-colon.

I tested it, it works well.

That is really the right solution. I didn´t tried it because I copied the Formular from the Excel Translator and it didn´t work.
Now it is working with the comma.
Thank you very much!

from abap2xlsx.

sandraros avatar sandraros commented on September 20, 2024

Thank you for posting. It's not the same request as the feature request 723, in your case it's an issue, 723 was a feature request.

In your case, I think the issue is due to the use of the language-specific function names (like German ZÄHLEWENN), you should only use the language-agnostic function names (which are the same as the English names).

Either you use the Microsoft Excel functions translator (which I never tested), or you enter manually the formula ZÄHLEWENN, save and look directly into the .xlsx file (it's like a ZIP file).

from abap2xlsx.

tk-am501 avatar tk-am501 commented on September 20, 2024

Thank you for posting. It's not the same request as the feature request 723, in your case it's an issue, 723 was a feature request.

In your case, I think the issue is due to the use of the language-specific function names (like German ZÄHLEWENN), you should only use the language-agnostic function names (which are the same as the English names).

Either you use the Microsoft Excel functions translator (which I never tested), or you enter manually the formula ZÄHLEWENN, save and look directly into the .xlsx file (it's like a ZIP file).

Hey sandraros,
the Problem is that I already tried the "language-agnostic function names". It doesn´t work either. The same as the testreport "ZDEMO_EXCEL47" which doesn´t work either, like the screenshot.

I think the Problem is, that the table can´t be recognized.

from abap2xlsx.

tk-am501 avatar tk-am501 commented on September 20, 2024

And sorry the referencing Issue would be Issue 905.

from abap2xlsx.

sandraros avatar sandraros commented on September 20, 2024

The issue 905 is about the reader but your question is about creating a formula with ZÄHLEWENN. Could you fix your question and show how I can reproduce without effort please?

from abap2xlsx.

tk-am501 avatar tk-am501 commented on September 20, 2024

Alright, so I try to build an Excel-File with the formula "ZÄHLEWENN" or in English "COUNTIF", but after downloading the file it shows the errror like above.

If I start the Report "ZDEMO_EXCEL47" I got the following problem for "Direct display":
image

If I download the file from the Report it also gives the same error. For example the file attached.
47_ColumnFormulas.xlsx

from abap2xlsx.

sandraros avatar sandraros commented on September 20, 2024

If I understand well, your only issue is in fact #905. If you have some ABAP expertise, would you mind developing a solution and proposing a Pull Request? For now, I would propose to close this current issue as it is a duplicate of #905.

from abap2xlsx.

tk-am501 avatar tk-am501 commented on September 20, 2024

Got it concerning zdemo_excel47. It's due to the login in German. It works in English.

In column E, the formula is =[@Airfare]+100 image

If you connect in German, the column name is different: image

I will open an issue in the demos repository.

Thank you very much.

from abap2xlsx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.